Skip to content

Commit 5098d81

Browse files
Bump actions/upload-artifact from 5 to 6 (#68)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d229493 commit 5098d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: tar -cvf ../artifacts.tar *
2727
working-directory: ./lib
2828
- name: Upload artifacts.tar
29-
uses: actions/upload-artifact@v5
29+
uses: actions/upload-artifact@v6
3030
with:
3131
name: artifacts.tar
3232
path: artifacts.tar
@@ -67,7 +67,7 @@ jobs:
6767
cargo build --release --target ${{ matrix.target }}
6868
mv target/${{ matrix.target }}/release/static-config lib/static-config-${{ matrix.target }}
6969
- name: Upload CLI
70-
uses: actions/upload-artifact@v5
70+
uses: actions/upload-artifact@v6
7171
with:
7272
name: static-config-${{ matrix.target }}
7373
path: lib/static-config-${{ matrix.target }}

0 commit comments

Comments
 (0)