Skip to content

Commit 8ef1759

Browse files
Merge pull request #9432 from borgbackup/dependabot/github_actions/actions-38c31c5b5d
build(deps): bump the actions group with 2 updates
2 parents ef77833 + 5a69ea2 commit 8ef1759

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -328,13 +328,13 @@ jobs:
328328
329329
- name: Attest binaries provenance (${{ matrix.binary }})
330330
if: ${{ matrix.binary && startsWith(github.ref, 'refs/tags/') }}
331-
uses: actions/attest-build-provenance@v3
331+
uses: actions/attest-build-provenance@v4
332332
with:
333333
subject-path: 'artifacts/*'
334334

335335
- name: Upload binaries (${{ matrix.binary }})
336336
if: ${{ matrix.binary && startsWith(github.ref, 'refs/tags/') }}
337-
uses: actions/upload-artifact@v6
337+
uses: actions/upload-artifact@v7
338338
with:
339339
name: ${{ matrix.binary }}
340340
path: artifacts/*
@@ -590,15 +590,15 @@ jobs:
590590
591591
- name: Upload artifacts
592592
if: startsWith(github.ref, 'refs/tags/') && matrix.do_binaries
593-
uses: actions/upload-artifact@v6
593+
uses: actions/upload-artifact@v7
594594
with:
595595
name: ${{ matrix.artifact_prefix }}
596596
path: artifacts/*
597597
if-no-files-found: ignore
598598

599599
- name: Attest provenance
600600
if: startsWith(github.ref, 'refs/tags/') && matrix.do_binaries
601-
uses: actions/attest-build-provenance@v3
601+
uses: actions/attest-build-provenance@v4
602602
with:
603603
subject-path: 'artifacts/*'
604604

@@ -648,7 +648,7 @@ jobs:
648648
# build sdist and wheel in dist/...
649649
python -m build
650650
651-
- uses: actions/upload-artifact@v6
651+
- uses: actions/upload-artifact@v7
652652
with:
653653
name: borg-windows
654654
path: dist/binary/borg.exe

0 commit comments

Comments
 (0)