Skip to content

Commit 06424f3

Browse files
Merge pull request #76 from SierraSoftworks/dependabot/github_actions/actions/upload-artifact-4
2 parents cf9e67b + cf2d3b4 commit 06424f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- run: ./build/package.sh ./ ./dist
12-
- uses: actions/upload-artifact@v3
12+
- uses: actions/upload-artifact@v4
1313
with:
1414
name: package
1515
path: dist

0 commit comments

Comments
 (0)