Skip to content

Commit 7e41628

Browse files
Update actions/upload-artifact action to v4.6.0
1 parent c7109c7 commit 7e41628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mv scripting-host/build/distributions/scripting-host-release*.tar.gz scripting-host-release.tar.gz
3030
3131
- name: Upload build
32-
uses: actions/upload-artifact@v4.5.0
32+
uses: actions/upload-artifact@v4.6.0
3333
with:
3434
name: release-artifact
3535
path: scripting-host-release.tar.gz

0 commit comments

Comments
 (0)