Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 31edd8e commit bbb2755
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.github_token }}
- name: Upload arteficts to Actions log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-artifacts
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.github_token }}
- name: Upload artifacts to Actions log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-artifacts
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PR CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.github_token }}
- name: Upload arteficts to Actions log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-artifacts
path: |
Expand Down

0 comments on commit bbb2755

Please sign in to comment.