Skip to content

Commit

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

⬆️ Bump actions/upload-artifact from 4.4.0 to 4.4.1
  • Loading branch information
lukevalenty authored Oct 8, 2024
2 parents 61f307f + 3903e9a commit 07f05f8
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
with:
name: cib.hpp
path: ${{github.workspace}}/build/include/cib/cib.hpp

0 comments on commit 07f05f8

Please sign in to comment.