update artifact version for safe scanner
This commit is contained in:
parent
2a6fd443ab
commit
b8000115a6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/safe.yaml
vendored
4
.github/workflows/safe.yaml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
image: erlangsolutions/safe:1.1.0-otp-24
|
||||
steps:
|
||||
- name: Download _build directory
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: build-artifact
|
||||
path: _build
|
||||
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
SAFE_LICENSE: ${{ secrets.SAFE_LICENSE }}
|
||||
- name: Persist results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: project-safe-results
|
||||
path: _results/aprs.me.safe
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue