Skip to content

Commit b54cc76

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb18883 commit b54cc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
key: "${{runner.os}}-${{matrix.java}}-it-libraries-${{ hashFiles('code/build.gradle.kts') }}"
7474
restore-keys: "${{runner.os}}-${{matrix.java}}-it-libraries-"
7575
- name: Download SpongeVanilla server
76-
uses: actions/download-artifact@v2
76+
uses: actions/download-artifact@v4.1.7
7777
with:
7878
name: Server Jar
7979
- name: Run SpongeVanilla Test (windows)

0 commit comments

Comments
 (0)