Skip to content

Commit fd9899e

Browse files
authored
Merge pull request #370 from grml/dependabot/github_actions/actions/download-artifact-8
ci(deps): bump actions/download-artifact from 7 to 8
2 parents 2c9e9fb + 8b5c223 commit fd9899e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
throw new Error('Package-build workflow did not complete successfully within 10 minutes');
7474
7575
- name: Download build artifacts
76-
uses: actions/download-artifact@v7
76+
uses: actions/download-artifact@v8
7777
with:
7878
name: packages
7979
path: artifacts/

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@v6
7878

7979
- name: Download built deb
80-
uses: actions/download-artifact@v7
80+
uses: actions/download-artifact@v8
8181
with:
8282
name: deb-${{matrix.host_release}}
8383

0 commit comments

Comments
 (0)