mirror of https://github.com/OWASP/Nettacker.git
Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-5
This commit is contained in:
commit
5fbff35c3e
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
python-version: '3.11'
|
||||
|
||||
- name: Get package artifacts
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
name: dist
|
||||
path: dist
|
||||
|
|
@ -319,7 +319,7 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Get package artifacts
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
name: dist
|
||||
path: dist
|
||||
|
|
@ -345,7 +345,7 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Get package artifacts
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
name: dist
|
||||
path: dist
|
||||
|
|
|
|||
Loading…
Reference in New Issue