Skip to content

Commit b1620e8

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/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/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 52946ff commit b1620e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-gh-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: sbt +update
6565

6666
- name: Download target directories (2.13)
67-
uses: actions/download-artifact@v7
67+
uses: actions/download-artifact@v8
6868
with:
6969
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13
7070

@@ -74,7 +74,7 @@ jobs:
7474
rm targets.tar
7575
7676
- name: Download target directories (2.12)
77-
uses: actions/download-artifact@v7
77+
uses: actions/download-artifact@v8
7878
with:
7979
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12
8080

0 commit comments

Comments
 (0)