Skip to content

Commit 316e518

Browse files
Merge pull request #350 from inbo/349-switch-to-artifacts-v4
Switch to using artifacts v4
2 parents 184f59a + 9b93611 commit 316e518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-artifact-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: node themes/minimo/scripts/generate-search-index-lunr.js
3939

4040
- name: Archive built site to an artifact
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: pr-${{ env.PR_NUMBER }}-inbo-tutorials-website
4444
path: public

0 commit comments

Comments
 (0)