Skip to content

Commit 7be3b5f

Browse files
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 306dac9 commit 7be3b5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ jobs:
3232
args: html man latexpdf
3333

3434
- name: Archive artifacts (html)
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v5
3636
if: github.event_name == 'push'
3737
with:
3838
name: html
3939
path: _build/html
4040
retention-days: 14
4141

4242
- name: Archive artifacts (man)
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v5
4444
if: github.event_name == 'push'
4545
with:
4646
name: man
4747
path: _build/man
4848
retention-days: 14
4949

5050
- name: Archive artifacts (pdf)
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
if: github.event_name == 'push'
5353
with:
5454
name: pdf

0 commit comments

Comments
 (0)