Skip to content

Commit

Permalink
common: actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Sep 10, 2024
1 parent 842faef commit 0970d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scan_log_calls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Upload artifacts
if: steps.log_calls_diff.outputs.length != '0'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
with:
name: log_calls_diff
path: ${{ env.WORKING_DIRECTORY }}/log_calls.diff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan_stack_usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
rm -f ${{ env.TEMP }}
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
with:
name: call_stacks_data
path: |
Expand Down

0 comments on commit 0970d3d

Please sign in to comment.