Skip to content

Commit 5ffd12e

Browse files
Chore(deps): Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b647ef commit 5ffd12e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-rs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# ${ASSETS_SUBDIR}/openvasd -h
4848
# ${ASSETS_SUBDIR}/scannerctl -h
4949
- name: archive
50-
uses: actions/upload-artifact@v6
50+
uses: actions/upload-artifact@v7
5151
with:
5252
name: ${{ env.ARTIFACT_NAME }}
5353
path: assets/*

.github/workflows/functional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
5353
cmake --build build -- install
54-
- uses: actions/download-artifact@v7
54+
- uses: actions/download-artifact@v8
5555
with:
5656
pattern: rs-binaries-*
5757
merge-multiple: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- uses: greenbone/actions/setup-pontos@v3
8484
# should be build by functional which is a dependency of release
8585
- name: download rs binaries
86-
uses: actions/download-artifact@v7
86+
uses: actions/download-artifact@v8
8787
with:
8888
pattern: rs-binaries-*
8989
merge-multiple: true

0 commit comments

Comments
 (0)