Skip to content

Commit 306601b

Browse files
authored
Merge pull request cds-hooks#641 from buildpacks/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 5eb6d44 + 11ded26 commit 306601b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
make check-links
4141
- name: Upload public folder
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
with:

0 commit comments

Comments
 (0)