Skip to content

Commit ee8907f

Browse files
committed
fix: action version
1 parent 77e63b8 commit ee8907f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: bundle exec rake book:check
3131

3232
- name: 'Save Artifacts'
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v6
3434
with:
3535
name: Build Artifacts
3636
path: |
@@ -41,4 +41,4 @@ jobs:
4141
progit.mobi
4242
progit.pdf
4343
progit.html
44-
retention-days: 5
44+
retention-days: 7

0 commit comments

Comments
 (0)