Skip to content

Commit

Permalink
fix: update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpascual committed Jan 16, 2025
1 parent c3a35db commit 0bf0871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-smoke-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
CIRCLECI: true

- name: Upload Report
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce #v3.1.2
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 #v4.6.0
if: always()
with:
name: test report ${{ runner.os }}
Expand Down

0 comments on commit 0bf0871

Please sign in to comment.