Skip to content

Commit 44f6ea2

Browse files
author
GroG
committed
upload v3 to v4
1 parent bd62a43 commit 44f6ea2

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
@@ -63,7 +63,7 @@ jobs:
6363
aws s3 cp "$FILE" "s3://$BUCKET/myrobotlab.zip" --acl public-read
6464
6565
- name: Upload Artifact for Release
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: myrobotlab
6969
path: target/myrobotlab-${{ steps.version.outputs.version }}.zip

0 commit comments

Comments
 (0)