Skip to content

Commit da4fb78

Browse files
Merge pull request #4009 from Unidata/dependabot-github_actions-dot-github-workflows-actions-upload-artifact-7
CI: (deps): Bump actions/upload-artifact from 6 to 7 in /.github/workflows
2 parents aa69c42 + d892816 commit da4fb78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: python -m build
3030

3131
- name: Save built packages as artifact
32-
uses: actions/upload-artifact@v6
32+
uses: actions/upload-artifact@v7
3333
with:
3434
name: packages-${{ runner.os }}-${{ steps.setup.outputs.python-version }}
3535
path: dist/

.github/workflows/unstable-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Upload test log
4949
if: failure()
50-
uses: actions/upload-artifact@v6
50+
uses: actions/upload-artifact@v7
5151
with:
5252
name: log-nightly-tests
5353
path: tests-nightly.log
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Upload build log
8888
if: failure()
89-
uses: actions/upload-artifact@v6
89+
uses: actions/upload-artifact@v7
9090
with:
9191
name: log-nightly-docs
9292
path: |

0 commit comments

Comments
 (0)