Skip to content

Commit 61497cf

Browse files
dependabot[bot]cgcgcg
authored andcommitted
Bump actions/upload-artifact from 4.4.0 to 4.4.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...604373d) --- 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 a3e3408 commit 61497cf

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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
131+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
251+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
77+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
49+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
5050
with:
5151
name: SARIF file
5252
path: results.sarif

0 commit comments

Comments
 (0)