Skip to content

Commit 4d14e21

Browse files
Bump actions/upload-artifact from 6 to 7 (#69)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 bb51138 commit 4d14e21

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@v6
29+
uses: actions/upload-artifact@v7
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@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: static-config-${{ matrix.target }}
7373
path: lib/static-config-${{ matrix.target }}

0 commit comments

Comments
 (0)