Skip to content

Commit

Permalink
Update artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
koteq committed Jan 4, 2025
1 parent 25ce2cf commit e02ff4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
run: cmake --build ${{ env.BUILD_DIR }} --config ${{ env.BUILD_TYPE }}

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT_NAME }}
name: ${{ env.PROJECT_NAME }}-${{ matrix.runs-on }}
path: "${{ env.BUILD_DIR }}/${{ env.PROJECT_NAME }}_artefacts/${{ env.BUILD_TYPE }}"

release:
Expand All @@ -78,7 +78,7 @@ jobs:

steps:
- name: Get Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit e02ff4d

Please sign in to comment.