chore(deps): update actions/upload-artifact action to v7 (#1051)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
aeb3809b7c
commit
0a2d0cf57a
@@ -258,7 +258,7 @@ jobs:
|
||||
- run: mv config.toml dist/
|
||||
- run: mv LICENSE dist/
|
||||
- run: mv target/${{ matrix.target}}/release/${{ matrix.executable || 'proxy-scraper-checker' }} dist/
|
||||
- uses: actions/upload-artifact@v6
|
||||
- uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: proxy-scraper-checker-binary-${{ matrix.target }}
|
||||
path: dist/
|
||||
@@ -367,7 +367,7 @@ jobs:
|
||||
|
||||
USER app
|
||||
EOF
|
||||
- uses: actions/upload-artifact@v6
|
||||
- uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: proxy-scraper-checker-docker-${{ matrix.platform }}
|
||||
path: dist/
|
||||
@@ -391,7 +391,7 @@ jobs:
|
||||
- run: mkdir -p dist
|
||||
- run: echo -n '${{ github.sha }}' > dist/commit-sha.txt
|
||||
- run: mv {out,src,Cargo.lock,Cargo.toml,compose.yaml,config.toml,Dockerfile,LICENSE} dist/
|
||||
- uses: actions/upload-artifact@v6
|
||||
- uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: proxy-scraper-checker-docker-${{ matrix.platform }}
|
||||
path: dist/
|
||||
|
||||
Reference in New Issue
Block a user