Skip to content

Commit c9d62be

Browse files
chore(deps): update github artifact actions (major) (#3453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3aad64a commit c9d62be

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# uploads of run results in SARIF format to the repository Actions tab.
3434
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
3535
- name: "Upload artifact"
36-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3737
with:
3838
name: SARIF file
3939
path: results.sarif

.github/workflows/test-all-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build
3939
run: npm run compile
4040
- name: Upload Build Artifacts
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v7
4242
with:
4343
name: tav-build-cache-${{ github.run_number }}
4444
path: .nx
@@ -68,7 +68,7 @@ jobs:
6868
run: npm ci
6969
timeout-minutes: 10
7070
- name: Download Build Artifacts
71-
uses: actions/download-artifact@v5
71+
uses: actions/download-artifact@v8
7272
with:
7373
name: tav-build-cache-${{ github.run_number }}
7474
path: .nx

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Compile (Delta)
4646
run: npm run compile:ci:affected
4747
- name: Upload Build Artifacts
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v7
4949
with:
5050
name: compile-cache-${{ github.run_number }}
5151
path: .nx
@@ -78,7 +78,7 @@ jobs:
7878
run: npm ci
7979
timeout-minutes: 10
8080
- name: Download Build Artifacts
81-
uses: actions/download-artifact@v5
81+
uses: actions/download-artifact@v8
8282
with:
8383
name: compile-cache-${{ github.run_number }}
8484
path: .nx
@@ -126,7 +126,7 @@ jobs:
126126
- run: npm ci
127127
timeout-minutes: 10
128128
- name: Download Build Artifacts
129-
uses: actions/download-artifact@v5
129+
uses: actions/download-artifact@v8
130130
with:
131131
name: compile-cache-${{ github.run_number }}
132132
path: .nx
@@ -150,7 +150,7 @@ jobs:
150150
if: always()
151151
run: npm run test-services:stop
152152
- name: Upload Test Artifacts
153-
uses: actions/upload-artifact@v4
153+
uses: actions/upload-artifact@v7
154154
with:
155155
name: tests-coverage-cache-${{ github.run_number }}-${{ matrix.node }}
156156
include-hidden-files: true
@@ -177,22 +177,22 @@ jobs:
177177
timeout-minutes: 10
178178
# Note: Keep this in sync with the node versions from `test-all-versions` job.
179179
- name: Download Test Artifacts (18)
180-
uses: actions/download-artifact@v5
180+
uses: actions/download-artifact@v8
181181
with:
182182
name: tests-coverage-cache-${{ github.run_number }}-18
183183
path: .
184184
- name: Download Test Artifacts (20)
185-
uses: actions/download-artifact@v5
185+
uses: actions/download-artifact@v8
186186
with:
187187
name: tests-coverage-cache-${{ github.run_number }}-20
188188
path: .
189189
- name: Download Test Artifacts (22)
190-
uses: actions/download-artifact@v5
190+
uses: actions/download-artifact@v8
191191
with:
192192
name: tests-coverage-cache-${{ github.run_number }}-22
193193
path: .
194194
- name: Download Test Artifacts (24)
195-
uses: actions/download-artifact@v5
195+
uses: actions/download-artifact@v8
196196
with:
197197
name: tests-coverage-cache-${{ github.run_number }}-24
198198
path: .

0 commit comments

Comments
 (0)