Skip to content

Commit d73d2bc

Browse files
Update actions/upload-artifact digest to de65e23 (#93)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc63da7 commit d73d2bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
working-directory: ./site
6363

6464
- name: Upload build artifacts
65-
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
65+
uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
6666
with:
6767
name: site-build
6868
path: site/build

.github/workflows/python-tests.yml

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

8989
- name: Upload coverage report artifact (only for primary version)
9090
if: matrix.python-version == env.PRIMARY_PYTHON_VERSION && steps.set_coverage_artifact_name.outputs.name != ''
91-
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47 # Pin to v4
91+
uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 # Pin to v4
9292
with:
9393
name: ${{ steps.set_coverage_artifact_name.outputs.name }}
9494
path: coverage.xml

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
"
226226
227227
- name: Upload report artifact
228-
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47 # Pin to v4
228+
uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 # Pin to v4
229229
with:
230230
name: ${{ matrix.tool }}-report
231231
path: |

0 commit comments

Comments
 (0)