Skip to content

Commit 8f700b5

Browse files
authored
Bump upload-artifact
1 parent 9322aef commit 8f700b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
PR_NUMBER: ${{ github.event.number }}
3636
ID: ${{ github.run_attempt }}
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: FTCDOCS-PDF
4040
path: |
@@ -66,7 +66,7 @@ jobs:
6666
run: make -C docs/ html
6767

6868
- name: Archive Site
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: FTCDOCS-HTML
7272
path: 'docs/build/html'
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Archive Log
105105
if: ${{ failure() }}
106-
uses: actions/upload-artifact@v2
106+
uses: actions/upload-artifact@v4
107107
env:
108108
PR_NUMBER: ${{ github.event.number }}
109109
ID: ${{ github.run_attempt }}

0 commit comments

Comments
 (0)