Skip to content

Commit 3b9e64e

Browse files
authored
Merge pull request #536 from mhenkens/bugfix/535
ci(all): update actions/upload-artifact on build workflow
2 parents 7b5a21b + 5ad4ae4 commit 3b9e64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: npm run build
7171

7272
# See: https://github.com/marketplace/actions/upload-a-build-artifact
73-
- uses: actions/upload-artifact@v3
73+
- uses: actions/upload-artifact@v4
7474
with:
7575
name: dist-${{ github.run_id }}
7676
path: dist

0 commit comments

Comments
 (0)