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

Commit

Permalink
Bump actions/upload-artifact from 4.3.1 to 4.3.3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.1...v4.3.3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 3d52b76 commit 6553a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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].3
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].3
with:
name: atomicalsir-${{ matrix.target.name }}
path: atomicalsir-${{ matrix.target.name }}.zst
Expand Down

0 comments on commit 6553a10

Please sign in to comment.