Skip to content

Commit 3275f94

Browse files
authored
Merge pull request #983 from radio-astro-tools/dependabot/github_actions/dot-github/workflows/actions-3249c11fdc
Bump the actions group in /.github/workflows with 2 updates
2 parents 97db3c5 + cc4ad09 commit 3275f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: python -m pip install build
2222
- name: Build sdist
2323
run: python -m build --sdist --wheel --outdir dist/ .
24-
- uses: actions/upload-artifact@v4
24+
- uses: actions/upload-artifact@v5
2525
with:
2626
path: dist/*
2727

@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
3333
steps:
34-
- uses: actions/download-artifact@v5
34+
- uses: actions/download-artifact@v6
3535
with:
3636
name: artifact
3737
path: dist

0 commit comments

Comments
 (0)