Skip to content

Commit 97a8769

Browse files
Merge pull request #1612 from OSOceanAcoustics/dependabot/github_actions/actions/download-artifact-8
chore(deps): bump actions/download-artifact from 7 to 8
2 parents 2dac77e + 3a6963d commit 97a8769

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/packit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: Install Python
5757
with:
5858
python-version: 3.12
59-
- uses: actions/download-artifact@v7
59+
- uses: actions/download-artifact@v8
6060
with:
6161
name: releases
6262
path: dist

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: Install Python
6161
with:
6262
python-version: 3.12
63-
- uses: actions/download-artifact@v7
63+
- uses: actions/download-artifact@v8
6464
with:
6565
name: releases
6666
path: dist
@@ -99,7 +99,7 @@ jobs:
9999
if: startsWith(github.ref, 'refs/tags')
100100
runs-on: ubuntu-latest
101101
steps:
102-
- uses: actions/download-artifact@v7
102+
- uses: actions/download-artifact@v8
103103
with:
104104
name: releases
105105
path: dist

0 commit comments

Comments
 (0)