mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
upgrade upload-artifact
This commit is contained in:
parent
6f537861be
commit
df6103f031
1 changed files with 1 additions and 1 deletions
2
.github/workflows/packaging_jobs.yml
vendored
2
.github/workflows/packaging_jobs.yml
vendored
|
|
@ -146,7 +146,7 @@ jobs:
|
|||
set -e
|
||||
mv *.snap ${{ runner.temp }}
|
||||
- name: Store snap artifact
|
||||
uses: actions/upload-artifact@v4.1.0
|
||||
uses: actions/upload-artifact@v7.0.0
|
||||
with:
|
||||
name: snaps_${{ matrix.build-for }}
|
||||
path: "${{ runner.temp }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue