Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 7db4291 commit 890aacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ runs:
shell: 'bash'

- name: Upload performance results
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: ${{ success() && ( inputs.action == 'test' || inputs.action == 'merge' ) && ! inputs.shard }}
with:
name: performance-results
Expand All @@ -335,7 +335,7 @@ runs:
shell: 'bash'

- name: Upload blob report
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: ${{ success() && inputs.shard != '' }}
with:
name: ${{ env.ARTIFACT_NAME }}
Expand Down

0 comments on commit 890aacb

Please sign in to comment.