Skip to content

Commit

Permalink
Merge pull request #83 from WORD-COINS/renovate/actions-upload-artifa…
Browse files Browse the repository at this point in the history
…ct-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
puripuri2100 authored Dec 18, 2023
2 parents 4d224ef + c691dbc commit 8d0c2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/articles_branch_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
id: build

- name: upload artifact to github
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.build.outputs.article_name }}.pdf
path: ${{ steps.extract_branch.outputs.branch }}/main.pdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master_branch_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: upload artifact to github
if: ${{ github.event_name == 'push' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: main.pdf
path: main.pdf
Expand Down

0 comments on commit 8d0c2a0

Please sign in to comment.