Skip to content

Commit

Permalink
chore: update actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph5610 committed Feb 27, 2024
1 parent 5f62968 commit 8083fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Find zipball on filesystem
id: find-zipball
run: echo "ZIPBALL_PATH=$(find . -name "FXRadio-*.zip")" >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: FXRadio.zip
path: ${{ env.ZIPBALL_PATH }}
Expand Down

0 comments on commit 8083fc9

Please sign in to comment.