Skip to content

Commit e504b59

Browse files
dependabot[bot]cgcgcg
authored andcommitted
Bump actions/upload-artifact from 3.1.0 to 4.3.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.0...v4.3.4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 528154d commit e504b59

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
@@ -123,7 +123,7 @@ jobs:
123123
mv cython-lint.xml cython-lint-${{ env.BUILD_IDENTIFIER }}.xml
124124
125125
- name: Archive results
126-
uses: actions/upload-artifact@v4
126+
uses: actions/upload-artifact@v4.3.4
127127
if: always()
128128
with:
129129
name: Results (${{ env.BUILD_PRETTY_IDENTIFIER }})
@@ -238,7 +238,7 @@ jobs:
238238
mv cython-lint.xml cython-lint-${{ runner.os }}-${{ matrix.py-version }}.xml
239239
240240
- name: Archive results
241-
uses: actions/upload-artifact@v4
241+
uses: actions/upload-artifact@v4.3.4
242242
if: always()
243243
with:
244244
name: Results ${{ github.job }}

.github/workflows/documentation-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
make docs
7070
7171
- name: Upload artifact
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v4.3.4
7373
with:
7474
path: 'docs/build'

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
publish_results: true
4242

4343
- name: "Upload artifact"
44-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
44+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
4545
with:
4646
name: SARIF file
4747
path: results.sarif

0 commit comments

Comments
 (0)