Skip to content

Commit 2ea9249

Browse files
⬆️ Updates actions/upload-artifact action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df53245 commit 2ea9249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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@v5
2020
with:
2121
path: ${{ github.workspace }}/*.json

0 commit comments

Comments
 (0)