Skip to content

Commit f611db4

Browse files
Bump actions/upload-artifact from 4 to 6 (#501)
1 parent ec70288 commit f611db4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
# Store the docs as a build artifact so we can deploy it later
116116
- name: Upload HTML documentation as an artifact
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v6
118118
with:
119119
name: docs-${{ github.sha }}
120120
path: doc/_build/html

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Upload archives as artifacts
8080
# Only if not a pull request
8181
if: success() && github.event_name != 'pull_request'
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v6
8383
with:
8484
name: pypi-${{ github.sha }}
8585
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
run: coverage xml
154154

155155
- name: Upload coverage report as an artifact
156-
uses: actions/upload-artifact@v4
156+
uses: actions/upload-artifact@v6
157157
with:
158158
name: coverage_${{ matrix.os }}_${{ matrix.dependencies }}
159159
path: ./coverage.xml

0 commit comments

Comments
 (0)