Skip to content

Commit

Permalink
Merge pull request #632 from intel/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4.4.3

⬆️ Bump actions/upload-artifact from 4.4.2 to 4.4.3
  • Loading branch information
elbeno authored Oct 10, 2024
2 parents fd15881 + 2a2a788 commit 962740f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/performance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "</details>" >> $GITHUB_STEP_SUMMARY
- name: 'Upload Compilation Trace'
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: compilation_trace.json
path: ${{github.workspace}}/build/benchmark/CMakeFiles/compilation_benchmark.dir/big_nexus.cpp.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/single_header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build -t release_header

- name: 'Upload Artifact'
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: cib.hpp
path: ${{github.workspace}}/build/include/cib/cib.hpp

0 comments on commit 962740f

Please sign in to comment.