Skip to content

Commit 42098ef

Browse files
Dependency(deps): Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c6ab1f commit 42098ef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/complete-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
distribution: 'temurin'
8787

8888
- name: Get JAR
89-
uses: actions/download-artifact@v4
89+
uses: actions/download-artifact@v5
9090
with:
9191
name: JPlag
9292

@@ -138,7 +138,7 @@ jobs:
138138
run: npx playwright install --with-deps
139139

140140
- name: Download JPlag Reports
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v5
142142
with:
143143
pattern: "*-${{ matrix.os }}"
144144
path: "report-viewer/report-viewer/tests/e2e/assets"

.github/workflows/report-viewer-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
distribution: 'temurin'
4646

4747
- name: Get JAR
48-
uses: actions/download-artifact@v4
48+
uses: actions/download-artifact@v5
4949
with:
5050
name: JPlag
5151

@@ -90,7 +90,7 @@ jobs:
9090
cat report-viewer/src/version.json
9191
9292
- name: Download Results
93-
uses: actions/download-artifact@v4
93+
uses: actions/download-artifact@v5
9494
with:
9595
name: Result
9696
path: report-viewer/report-viewer/public

.github/workflows/report-viewer-dev-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
distribution: 'temurin'
4646

4747
- name: Get JAR
48-
uses: actions/download-artifact@v4
48+
uses: actions/download-artifact@v5
4949
with:
5050
name: JPlag
5151

@@ -77,7 +77,7 @@ jobs:
7777
node-version: "lts/*"
7878

7979
- name: Download Results
80-
uses: actions/download-artifact@v4
80+
uses: actions/download-artifact@v5
8181
with:
8282
name: Result
8383
path: report-viewer/report-viewer/public

0 commit comments

Comments
 (0)