Skip to content

Commit 3de71e4

Browse files
authored
Merge pull request #570 from intel/dependabot/github_actions/actions/upload-artifact-4.3.4
⬆️ Bump actions/upload-artifact from 4.3.3 to 4.3.4
2 parents 454bfe8 + 120a91c commit 3de71e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/performance_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "</details>" >> $GITHUB_STEP_SUMMARY
4545
4646
- name: 'Upload Compilation Trace'
47-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
47+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
4848
with:
4949
name: compilation_trace.json
5050
path: ${{github.workspace}}/build/benchmark/CMakeFiles/compilation_benchmark.dir/big_nexus.cpp.json

.github/workflows/single_header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: cmake --build ${{github.workspace}}/build -t release_header
3333

3434
- name: 'Upload Artifact'
35-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
35+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
3636
with:
3737
name: cib.hpp
3838
path: ${{github.workspace}}/build/include/cib/cib.hpp

0 commit comments

Comments
 (0)