Skip to content

Commit 74464c8

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent df24a41 commit 74464c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/articles_branch_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
id: build
6464

6565
- name: upload artifact to github
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v7
6767
with:
6868
name: ${{ steps.build.outputs.article_name }}.pdf
6969
path: ${{ steps.extract_branch.outputs.branch }}/main.pdf

.github/workflows/master_branch_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: upload artifact to github
3333
if: ${{ github.event_name == 'push' }}
34-
uses: actions/upload-artifact@v4
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: main.pdf
3737
path: main.pdf

0 commit comments

Comments
 (0)