Skip to content

Commit

Permalink
Upgrade upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaladav authored Sep 5, 2024
1 parent af3d5f2 commit dd46076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
endif()
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.PLUGIN_NAME}}-${{ env.QT_CREATOR_VERSION }}-${{ matrix.artifact }}
path: ./${{ env.PLUGIN_NAME}}-${{ env.QT_CREATOR_VERSION }}-${{ matrix.artifact }}.7z
Expand Down

0 comments on commit dd46076

Please sign in to comment.