Skip to content

Commit

Permalink
upgrade upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
derfred authored Jan 10, 2025
1 parent cbed336 commit d0fa77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: upload artifact
# uploads only if run failed
if: ${{ failure() && inputs.artifacts_path }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: upload artifacts
path: ${{ inputs.artifacts_path }}
Expand Down

0 comments on commit d0fa77b

Please sign in to comment.