Skip to content

Commit edbc851

Browse files
build(deps): bump actions/upload-artifact from 4.3.0 to 6.0.0 (#201)
1 parent fd81bde commit edbc851

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151

5252
- name: Upload CodeQL Security Report
53-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
53+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5454
with:
5555
name: codeql-report-${{ matrix.language }}
5656
path: report.pdf
@@ -113,7 +113,7 @@ jobs:
113113
run: sarif html --output bandit-report.html results.sarif
114114

115115
- name: Upload Bandit Scan report
116-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
116+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
117117
with:
118118
name: bandit-report
119119
path: bandit-report.html

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Display structure of files
3737
run: ls -R
3838
- name: Upload artifact
39-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
39+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4040
with:
4141
name: build-artifacts-${{ matrix.os }}
4242
path: |
@@ -66,7 +66,7 @@ jobs:
6666
CIBW_BUILD: cp3*
6767
CIBW_SKIP: ${{ matrix.cibw_skip_args }}
6868
- name: Upload artifact
69-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
69+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7070
with:
7171
name: build-artifacts-python-${{ matrix.os }}
7272
path: python_dist*/**

0 commit comments

Comments
 (0)