Skip to content

Commit 68f19dc

Browse files
dependabot[bot]rdementi
authored andcommitted
Bump actions/upload-artifact from 4.3.4 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b2256b...65c4c4a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0e8e15 commit 68f19dc

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/ci-cov-linux-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ci-cov-linux-report.sh PCM.linux.and.python
3838
3939
- name: upload-artifact
40-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
40+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4141
with:
4242
name: coverity-linux-and-python-report-${{ github.sha }}
4343
path: "*-Report.pdf"

.github/workflows/ci-cov-windows-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
c:\pcm\ci-cov-windows-report.ps1 PCM.windows-all
4949
5050
- name: upload-artifact
51-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
51+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5252
with:
5353
name: coverity-windows-all-report-${{ github.sha }}
5454
path: "*-Report.pdf"

.github/workflows/ci-fuzz-micro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "Fuzzing completed"
4040
4141
- name: upload-artifact
42-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
42+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4343
with:
4444
name: fuzz-log-${{ github.sha }}
4545
path: "build/fuzz-log.txt"

.github/workflows/ci-fuzz-short.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "Fuzzing completed"
3939
4040
- name: upload-artifact
41-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
41+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4242
with:
4343
name: fuzz-log-${{ github.sha }}
4444
path: "build/fuzz-log.txt"

.github/workflows/ci-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "Fuzzing completed"
4242
4343
- name: upload-artifact
44-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
44+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4545
with:
4646
name: fuzz-log-${{ github.sha }}
4747
path: "build/fuzz-log.txt"

.github/workflows/ci-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,55 +41,55 @@ jobs:
4141
bash ${{ github.workspace }}/tests/test.sh 2>&1 | tee test-log.txt
4242
4343
- name: upload-artifact
44-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
44+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4545
with:
4646
name: test-log-${{ github.sha }}
4747
path: test-log.txt
4848

4949
- name: upload-artifact
50-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
50+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5151
with:
5252
name: test-log-raw-tr-wo_ext-${{ github.sha }}
5353
path: build/bin/raw_tr_wo_ext.csv
5454

5555
- name: upload-artifact
56-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
56+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5757
with:
5858
name: test-log-raw-tr-wi_ext-${{ github.sha }}
5959
path: build/bin/raw_tr_wi_ext.csv
6060

6161
- name: upload-artifact
62-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
62+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
6363
with:
6464
name: pcm-csv-${{ github.sha }}
6565
path: build/bin/pcm.csv
6666

6767
- name: upload-artifact
68-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
68+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
6969
with:
7070
name: pcm-memory-csv-${{ github.sha }}
7171
path: build/bin/pcm-memory.csv
7272

7373
- name: upload-artifact
74-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
74+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7575
with:
7676
name: test-log-raw-tr-wi_ext-single_header-${{ github.sha }}
7777
path: build/bin/raw_tr_wi_ext_single_header.csv
7878

7979
- name: upload-artifact
80-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
80+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8181
with:
8282
name: test-log-raw-edp-${{ github.sha }}
8383
path: build/bin/raw_edp.txt
8484

8585
- name: upload-artifact
86-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
86+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8787
with:
8888
name: test-log-raw-json-${{ github.sha }}
8989
path: build/bin/raw_json.json
9090

9191
- name: upload-artifact
92-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
92+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
9393
with:
9494
name: test-log-raw-edp-offlined-cores-${{ github.sha }}
9595
path: build/bin/raw_edp_offlined_cores.txt

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
chdir ${{github.workspace}}\src\WinMSRDriver
4242
msbuild MSR.vcxproj /p:Configuration=Release,Platform=x64 /t:Clean,Build /m
4343
- name: upload-artifact
44-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
44+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4545
with:
4646
name: PCMforWindows
4747
path: build/bin/**/*

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6666
# format to the repository Actions tab.
6767
- name: "Upload artifact"
68-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
68+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
6969
with:
7070
name: SARIF file
7171
path: results.sarif

0 commit comments

Comments
 (0)