Skip to content

Commit a7bfe99

Browse files
authored
Merge pull request #326 from wakatime/bugfix/release-action
Upgrade upload-artifact
2 parents 543a1ae + 02e837c commit a7bfe99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: ditto -c -k --sequesterRsrc --keepParent ${{ steps.build.outputs.directory }}/WakaTime.app WakaTime.zip
144144
-
145145
name: Upload artifacts
146-
uses: actions/upload-artifact@v3
146+
uses: actions/upload-artifact@v4
147147
with:
148148
name: app
149149
path: ./WakaTime.zip

0 commit comments

Comments
 (0)