Skip to content

Commit 9b37816

Browse files
authored
Merge pull request #10 from joinrpg/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents a9d9708 + a7f1c6e commit 9b37816

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
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
BUILD_ONLY: true
1919
- name: Create artifacts
20-
uses: actions/upload-artifact@v4
20+
uses: actions/upload-artifact@v5
2121
with:
2222
name: site
2323
path: public

0 commit comments

Comments
 (0)