Skip to content

Commit d46c425

Browse files
committed
Increase download-artifact version
1 parent 861ebc9 commit d46c425

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
@@ -98,7 +98,7 @@ jobs:
9898
matrix:
9999
build: [ubuntu, macos, windows]
100100
steps:
101-
- uses: actions/download-artifact@v3
101+
- uses: actions/download-artifact@v4
102102
- name: Zip artifacts
103103
run: |
104104
zip -r pe-resource-loader-${{matrix.build}}.zip pe-resource-loader-${{matrix.build}}

0 commit comments

Comments
 (0)