Skip to content

Commit 149c1b0

Browse files
⬆️ Updates GitHub Artifact Actions
1 parent e6f2d46 commit 149c1b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
ruby-version: 2.4.1
1717
- run: gem install awesome_bot
1818
- 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
19-
- uses: actions/upload-artifact@v2
19+
- uses: actions/upload-artifact@v4
2020
with:
2121
path: ${{ github.workspace }}/*.json

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
commit_options: '--no-verify --signoff'
4747

4848
- name: Archive chart image
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: open-chart
5252
path: open-chart.png
5353

5454
- name: Download all workflow run artifacts
55-
uses: actions/download-artifact@v2
55+
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)