Skip to content

Commit 2dac77e

Browse files
Merge pull request #1613 from OSOceanAcoustics/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 6 to 7
2 parents d6d5ebd + eff1d07 commit 2dac77e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/packit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo ""
4343
echo "Generated files:"
4444
ls -lh dist/
45-
- uses: actions/upload-artifact@v6
45+
- uses: actions/upload-artifact@v7
4646
with:
4747
name: releases
4848
path: dist

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo ""
4747
echo "Generated files:"
4848
ls -lh dist/
49-
- uses: actions/upload-artifact@v6
49+
- uses: actions/upload-artifact@v7
5050
with:
5151
name: releases
5252
path: dist

0 commit comments

Comments
 (0)