Skip to content

Commit 3acd648

Browse files
Bump the github-actions group with 2 updates (#398)
1 parent 946c33a commit 3acd648

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-ultraplot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# Return the html output of the comparison even if failed
9999
- name: Upload comparison failures
100100
if: always()
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v5
102102
with:
103103
name: failed-comparisons-${{ inputs.python-version }}-${{ inputs.matplotlib-version }}-${{ github.sha }}
104104
path: results/*

.github/workflows/publish-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
shell: bash
5555

5656
- name: Upload artifacts
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: dist-${{ github.sha }}-${{ github.run_id }}-${{ github.run_number }}
6060
path: dist/*
@@ -73,7 +73,7 @@ jobs:
7373
contents: read
7474
steps:
7575
- name: Download artifacts
76-
uses: actions/download-artifact@v5
76+
uses: actions/download-artifact@v6
7777
with:
7878
name: dist-${{ github.sha }}-${{ github.run_id }}-${{ github.run_number }}
7979
path: dist
@@ -105,7 +105,7 @@ jobs:
105105
contents: read
106106
steps:
107107
- name: Download artifacts
108-
uses: actions/download-artifact@v5
108+
uses: actions/download-artifact@v6
109109
with:
110110
name: dist-${{ github.sha }}-${{ github.run_id }}-${{ github.run_number }}
111111
path: dist

0 commit comments

Comments
 (0)