Skip to content

Commit a54a349

Browse files
dependabot[bot]cgcgcg
authored andcommitted
Bump actions/upload-artifact from 4.3.4 to 4.3.5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b2256b...89ef406) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e5ea801 commit a54a349

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
mv cython-lint.xml cython-lint-${{ env.BUILD_IDENTIFIER }}.xml
129129
130130
- name: Archive results
131-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
131+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
132132
if: always()
133133
with:
134134
name: Results (${{ env.BUILD_PRETTY_IDENTIFIER }})
@@ -248,7 +248,7 @@ jobs:
248248
mv cython-lint.xml cython-lint-${{ runner.os }}-${{ matrix.py-version }}.xml
249249
250250
- name: Archive results
251-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
251+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
252252
if: always()
253253
with:
254254
name: Results ${{ github.job }}

.github/workflows/documentation-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
make docs
7575
7676
- name: Upload artifact
77-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
77+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
7878
with:
7979
path: 'docs/build'

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
publish_results: true
4747

4848
- name: "Upload artifact"
49-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
49+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
5050
with:
5151
name: SARIF file
5252
path: results.sarif

0 commit comments

Comments
 (0)