Skip to content

Commit f39f672

Browse files
committed
Upgrade actions/upload-artifact from v3 to v4 in CI workflow
1 parent 3e4720e commit f39f672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
BUILD_VERSION: ${{ steps.extract_version.outputs.is-semver == 'true' && steps.extract_version.outputs.version-without-v || '0.0.0' }}
3737
- name: Upload artifacts
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: binaries
4141
path: |

0 commit comments

Comments
 (0)