Skip to content

Commit

Permalink
Upgrade actions/upload-artifact to @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofama committed Jan 23, 2025
1 parent b61aaac commit bf683a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
rm -r ./tests
- name: Upload final artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wwise-${{ env.WWISE_VERSION }}-for-godot-${{ env.GODOT_ENGINE_VERSION }}-${{ env.GODOT_ENGINE_STAGE }}-${{ env.INTEGRATION_VERSION }}
path: ./

0 comments on commit bf683a5

Please sign in to comment.