Skip to content

Commit a24ffef

Browse files
chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.1 (#351)
1 parent 1d88cf0 commit a24ffef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
# Currently reusable workflows do not support setting strategy property from the caller workflow.
120120
- name: Upload the package artifact for debugging and release
121121
if: matrix.os == env.ARTIFACT_OS && matrix.python == env.ARTIFACT_PYTHON
122-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
122+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
123123
with:
124124
name: artifact-${{ matrix.os }}-python-${{ matrix.python }}
125125
path: dist

.github/workflows/scorecards-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# Upload the results as artifacts (optional).
5151
- name: Upload artifact
52-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
52+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
5353
with:
5454
name: SARIF file
5555
path: results.sarif

0 commit comments

Comments
 (0)