Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Bump actions/upload-artifact from 4.3.1 to 4.3.2 #82

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
mv target/${{ matrix.target.name }}/ci-release/atomicalsir${{ matrix.target.extension }} .
zstd --ultra -22 -o atomicalsir-${{ matrix.target.name }}.zst atomicalsir${{ matrix.target.extension }}
- name: Upload artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: atomicalsir-${{ matrix.target.name }}
path: atomicalsir-${{ matrix.target.name }}.zst
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
mv target/${{ matrix.target.name }}/ci-release/atomicalsir${{ matrix.target.extension }} .
zstd --ultra -22 -o atomicalsir-${{ matrix.target.name }}.zst atomicalsir${{ matrix.target.extension }}
- name: Upload artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: atomicalsir-${{ matrix.target.name }}
path: atomicalsir-${{ matrix.target.name }}.zst
Expand Down
Loading