Skip to content

Commit

Permalink
⬆️ Updates GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent eb1d28d commit d6e7a4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
ruby-version: 2.4.1
- run: gem install awesome_bot
- run: for i in ${{ steps.file_changes.outputs.files_modified }}; do echo; echo "processing $i"; awesome_bot $i --allow-redirect --allow-dupe --allow-ssl || true; done
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/*.json
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
commit_options: '--no-verify --signoff'

- name: Archive chart image
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: open-chart
path: open-chart.png

- name: Download all workflow run artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

0 comments on commit d6e7a4a

Please sign in to comment.