Skip to content

Commit 214fe4d

Browse files
chore(deps): update actions/upload-artifact action to v7 (#288)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61784f2 commit 214fe4d

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@v6
35+
uses: actions/upload-artifact@v7
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@v6
43+
uses: actions/upload-artifact@v7
4444
with:
4545
name: error_resources
4646
path: ./documents/

0 commit comments

Comments
 (0)