Skip to content

Commit df8fa65

Browse files
chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d443352 commit df8fa65

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: npm run build-dev
4949
- name: artifact build result
5050
# see https://github.com/actions/upload-artifact
51-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
51+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5252
with:
5353
name: ${{ env.DIST_DIR }}
5454
path: ${{ env.DIST_DIR }}
@@ -91,7 +91,7 @@ jobs:
9191
eslint-report: ${{ env.REPORTS_DIR }}/eslint.json
9292
- name: artifact eslint result
9393
# see https://github.com/actions/upload-artifact
94-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
94+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9595
if: ${{ failure() }}
9696
with:
9797
name: ${{ env.STANDARD_REPORTS_ARTIFACT }}
@@ -184,7 +184,7 @@ jobs:
184184
- name: artifact test logs
185185
if: ${{ failure() }}
186186
# see https://github.com/actions/upload-artifact
187-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
187+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
188188
with:
189189
name: logs-jest_node${{ matrix.node-version }}_${{ matrix.os }}
190190
path: tests/_log
@@ -199,7 +199,7 @@ jobs:
199199
- name: artifact test reports
200200
if: ${{ ! cancelled() }}
201201
# see https://github.com/actions/upload-artifact
202-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
202+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
203203
with:
204204
name: '${{ env.TESTS_REPORTS_ARTIFACT }}_node${{ matrix.node-version }}_${{ matrix.os }}'
205205
path: ${{ env.REPORTS_DIR }}
@@ -266,7 +266,7 @@ jobs:
266266
- name: artifact test reports
267267
if: ${{ failure() }}
268268
# see https://github.com/actions/upload-artifact
269-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
269+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
270270
with:
271271
name: dogfooding-direct_npm${{ matrix.npm-version }}
272272
path: ${{ env.REPORTS_DIR }}

.github/workflows/npm-ls_demo-results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Artifact RESULTS
113113
# see https://github.com/actions/upload-artifact
114114
if: ${{ ! cancelled() }}
115-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
115+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
116116
with:
117117
name: '${{ env.RESULTS_ARTIFACT }}_${{ matrix.subject }}${{ matrix.additional_npm-ls_args }}_npm${{ matrix.npm-version }}_node${{ matrix.node-version }}_${{ matrix.os }}'
118118
path: '${{ env.DEMO_ROOT_DIR}}/*/${{ env.RESULTS_DIR }}'
@@ -134,7 +134,7 @@ jobs:
134134
path: '${{ env.DEMO_ROOT_DIR}}'
135135
- name: Artifact RESULTS
136136
# see https://github.com/actions/upload-artifact
137-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
137+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
138138
with:
139139
name: '${{ env.RESULTS_ARTIFACT }}-combined'
140140
path: '${{ env.DEMO_ROOT_DIR}}'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
npm pack --pack-destination "$PACKED_DIR"
130130
- name: artifact release result
131131
# see https://github.com/actions/upload-artifact
132-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
132+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
133133
with:
134134
name: ${{ env.PACKED_ARTIFACT }}
135135
path: ${{ env.PACKED_DIR }}/

0 commit comments

Comments
 (0)