Skip to content

Commit 9cc2126

Browse files
authored
Merge pull request #1240 from pkgxdev/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 6548f5f + 87f4a1c commit 9cc2126

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
env:
8686
BASENAME: pkgx-${{ github.event.inputs.version }}+${{ matrix.platform.build-id }}
8787
steps:
88-
- uses: actions/download-artifact@v7
88+
- uses: actions/download-artifact@v8
8989
with:
9090
name: srcs
9191

.github/workflows/ci.ca-cert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
container: debian:bullseye-slim
3434
steps:
35-
- uses: actions/download-artifact@v7
35+
- uses: actions/download-artifact@v8
3636
with:
3737
name: pkgx
3838

0 commit comments

Comments
 (0)