Skip to content

Commit ef71384

Browse files
Bump actions/upload-artifact from 4 to 5 (#690)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7b129c commit ef71384

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ jobs:
107107
run: tox -e doc-html-${{ runner.os == 'Linux' && 'linux' || 'windows' }},doc-pdf-${{ runner.os == 'Linux' && 'linux' || 'windows' }}
108108

109109
- name: Upload HTML Documentation
110-
uses: actions/upload-artifact@v4
110+
uses: actions/upload-artifact@v5
111111
with:
112112
name: documentation-html
113113
path: doc/_build/html
114114
retention-days: 7
115115

116116
- name: Upload PDF Documentation
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v5
118118
with:
119119
name: documentation-pdf
120120
path: doc/_build/latex/*.pdf

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ jobs:
108108
run: tox -e doc-html-${{ runner.os == 'Linux' && 'linux' || 'windows' }},doc-pdf-${{ runner.os == 'Linux' && 'linux' || 'windows' }}
109109

110110
- name: Upload HTML Documentation
111-
uses: actions/upload-artifact@v4
111+
uses: actions/upload-artifact@v5
112112
with:
113113
name: documentation-html
114114
path: doc/_build/html
115115
retention-days: 7
116116

117117
- name: Upload PDF Documentation
118-
uses: actions/upload-artifact@v4
118+
uses: actions/upload-artifact@v5
119119
with:
120120
name: documentation-pdf
121121
path: doc/_build/latex/*.pdf

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
HPS_TEST_PASSWORD: repadmin
7474

7575
- name: Upload coverage results
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
if: ${{ inputs.python-version == '3.10' && inputs.upload-coverage }}
7878
with:
7979
name: coverage-html

0 commit comments

Comments
 (0)