Skip to content

Commit c0e7a9f

Browse files
dependabot[bot]its-felix
authored andcommitted
build: bump the actions-artifacts group with 2 updates
Bumps the actions-artifacts 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: actions-artifacts - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-artifacts ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c410108 commit c0e7a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: 'Build'
2828
run: ./mvnw clean package
2929
- name: 'Upload artifact'
30-
uses: actions/upload-artifact@v6
30+
uses: actions/upload-artifact@v7
3131
with:
3232
name: ${{ env.WORKSPACE_ARTIFACT }}
3333
path: |
@@ -43,7 +43,7 @@ jobs:
4343
- build_jar
4444
steps:
4545
- name: 'Download artifact'
46-
uses: actions/download-artifact@v7
46+
uses: actions/download-artifact@v8
4747
with:
4848
name: ${{ env.WORKSPACE_ARTIFACT }}
4949
path: .

0 commit comments

Comments
 (0)