Skip to content

Commit 259c95e

Browse files
Bump actions/upload-artifact from 4 to 6 (#17)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee78d18 commit 259c95e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/awesome-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Awesome Bot
2525
run: awesome_bot README.md --allow-ssl --allow-dupe --allow-redirect --allow 429 --white-list udemy.com,stackoverflow.com
2626
- name: Upload artifacts
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v6
2828
if: failure()
2929
with:
3030
name: ab-results

0 commit comments

Comments
 (0)