Skip to content

Commit 71c7655

Browse files
⬆️ Update actions/upload-artifact action to v7.0.1
1 parent 9f49688 commit 71c7655

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
uv export --no-hashes --no-dev --group test --no-emit-project > requirements-test.txt
6464
uv export --no-hashes --group dev --no-emit-project > requirements-dev.txt
6565
- name: Upload requirements-test.txt
66-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
66+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6767
with:
6868
name: requirements-test.txt
6969
path: requirements-test.txt
7070
- name: Upload requirements-dev.txt
71-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
71+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7272
with:
7373
name: requirements-dev.txt
7474
path: requirements-dev.txt
@@ -249,7 +249,7 @@ jobs:
249249
manylinux: ${{ matrix.manylinux }}
250250
before-script-linux: python3 -m ensurepip
251251
- name: Upload wheels
252-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
252+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
253253
with:
254254
name: wheels-${{ matrix.platform.name }}-${{ matrix.platform.target }}-${{ matrix.python-version }}
255255
path: dist
@@ -318,7 +318,7 @@ jobs:
318318
sccache: "false"
319319
manylinux: musllinux_1_2
320320
- name: Upload wheels
321-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
321+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
322322
with:
323323
name: wheels-musllinux-${{ matrix.target }}-${{ matrix.python-version }}
324324
path: dist
@@ -396,7 +396,7 @@ jobs:
396396
- name: 📦 Build source package
397397
run: uv build --sdist
398398
- name: Upload sdist
399-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
399+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
400400
with:
401401
name: wheels-sdist
402402
path: dist

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565
# format to the repository Actions tab.
6666
- name: "Upload artifact"
67-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
67+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6868
with:
6969
name: SARIF file
7070
path: results.sarif

0 commit comments

Comments
 (0)