Skip to content

Commit 82b5da3

Browse files
dependabot[bot]cgcgcg
authored andcommitted
Bump actions/upload-artifact from 4.4.2 to 4.4.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@8448086...b4b15b8) --- 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 002e9cb commit 82b5da3

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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
131+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
251+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
77+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
49+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5050
with:
5151
name: SARIF file
5252
path: results.sarif

0 commit comments

Comments
 (0)