Skip to content

Commit e0474a1

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.6.1 (#139)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bcff56 commit e0474a1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
cp "${HOME}/simics/simics-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}/linux64/bin/craff-fs" bin/craff-fs
8080
8181
- name: Upload Test Artifacts
82-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
82+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8383
with:
8484
name: craff-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
8585
path: bin/
@@ -130,7 +130,7 @@ jobs:
130130
./build.sh
131131
132132
- name: Upload Test Artifacts
133-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
133+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
134134
with:
135135
name: test-artifacts-riscv-64
136136
path: tests/rsrc/riscv-64
@@ -169,7 +169,7 @@ jobs:
169169
./build.sh
170170
171171
- name: Upload Test Artifacts
172-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
172+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
173173
with:
174174
name: test-artifacts-x86_64-breakpoint-uefi-edk2
175175
path: tests/rsrc/x86_64-breakpoint-uefi-edk2
@@ -208,7 +208,7 @@ jobs:
208208
./build.sh
209209
210210
- name: Upload Test Artifacts
211-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
211+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
212212
with:
213213
name: test-artifacts-x86_64-crash-uefi
214214
path: tests/rsrc/x86_64-crash-uefi
@@ -247,7 +247,7 @@ jobs:
247247
./build.sh
248248
249249
- name: Upload Test Artifacts
250-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
250+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
251251
with:
252252
name: test-artifacts-x86_64-timeout-uefi-edk2
253253
path: tests/rsrc/x86_64-timeout-uefi-edk2
@@ -286,7 +286,7 @@ jobs:
286286
./build.sh
287287
288288
- name: Upload Test Artifacts
289-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
289+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
290290
with:
291291
name: test-artifacts-x86_64-uefi
292292
path: tests/rsrc/x86_64-uefi
@@ -325,7 +325,7 @@ jobs:
325325
./build.sh
326326
327327
- name: Upload Test Artifacts
328-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
328+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
329329
with:
330330
name: test-artifacts-x86_64-uefi-edk2
331331
path: tests/rsrc/x86_64-uefi-edk2
@@ -377,7 +377,7 @@ jobs:
377377
./build.sh
378378
379379
- name: Upload Test Artifacts
380-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
380+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
381381
with:
382382
name: test-artifacts-x86-user
383383
path: tests/rsrc/x86-user
@@ -521,7 +521,7 @@ jobs:
521521
echo "✅ [CT39 (1/2)] Passed clippy static analysis checks"
522522
523523
- name: Upload Clippy Check Results
524-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
524+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
525525
with:
526526
name: clippy-json
527527
path: |
@@ -628,7 +628,7 @@ jobs:
628628
cargo simics-build -r
629629
630630
- name: Upload Distribution Package
631-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
631+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
632632
with:
633633
name: simics-pkg-31337-win64
634634
path: target/release/simics-pkg-31337-*-win64.ispm
@@ -660,7 +660,7 @@ jobs:
660660
./scripts/build.sh
661661
662662
- name: Upload Distribution Package
663-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
663+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
664664
with:
665665
name: simics-pkg-31337-linux64
666666
path: packages/simics-pkg-31337-*-linux64.ispm

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464
# format to the repository Actions tab.
6565
- name: "Upload artifact"
66-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
66+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6767
with:
6868
name: SARIF file
6969
path: results.sarif

0 commit comments

Comments
 (0)