mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 18:31:53 +02:00
Merge pull request #1923 from nunocoracao/dependabot/github_actions/dev/actions/upload-artifact-4
👷 Bump actions/upload-artifact from 3 to 4
This commit is contained in:
commit
bb2bb3419c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-config-zip.yml
vendored
2
.github/workflows/create-config-zip.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: zip -r config-default.zip config/_default
|
- run: zip -r config-default.zip config/_default
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: config-default
|
name: config-default
|
||||||
path: config-default.zip
|
path: config-default.zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue