Skip to content

Commit 0e1f494

Browse files
chore(deps): update actions/upload-artifact action to v5 (#262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 0ebcca4 commit 0e1f494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build-resources-with-pandoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
entrypoint: "/bin/sh"
3333
args: "./build-resources-with-pandoc.sh"
3434
- name: Archive resources
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v5
3636
id: artifact-upload-step
3737
with:
3838
name: pandoc_resources
3939
path: ./public/resources/
4040
retention-days: 1
4141
- name: Archive Error resources
4242
if: failure()
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v5
4444
with:
4545
name: error_resources
4646
path: ./documents/

0 commit comments

Comments
 (0)