Skip to content

Commit

Permalink
actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Jan 16, 2025
1 parent ba968e8 commit 2bf951e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "Build Result Location: $BUILD_RESULTS"
- name: Upload Artifact Logs
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
path: |
Expand Down

0 comments on commit 2bf951e

Please sign in to comment.