Skip to content

Commit 36443c5

Browse files
committed
fix upload-artifact version
1 parent fc337d1 commit 36443c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
zip -r codam-web-greeter.zip systemd
5252
5353
- name: Upload Artifact
54-
uses: actions/upload-artifact@v4.1.7
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: relzip-codam-web-greeter-${{ matrix.theme }}-${{ matrix.boxed }}
5757
path: codam-web-greeter.zip

0 commit comments

Comments
 (0)