chore(deps): bump actions/upload-artifact from 3 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2154b6931c
commit
786d37eacb
|
|
@ -204,7 +204,7 @@ jobs:
|
||||||
# kubectl scale rs -n wifi-densepose -l app=wifi-densepose,version!=green --replicas=0
|
# kubectl scale rs -n wifi-densepose -l app=wifi-densepose,version!=green --replicas=0
|
||||||
|
|
||||||
- name: Upload deployment artifacts
|
- name: Upload deployment artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: production-deployment-${{ github.run_number }}
|
name: production-deployment-${{ github.run_number }}
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload security reports
|
- name: Upload security reports
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: security-reports
|
name: security-reports
|
||||||
|
|
@ -206,7 +206,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: test-results-${{ matrix.python-version }}
|
name: test-results-${{ matrix.python-version }}
|
||||||
|
|
@ -252,7 +252,7 @@ jobs:
|
||||||
locust -f tests/performance/locustfile.py --headless --users 50 --spawn-rate 5 --run-time 60s --host http://localhost:8000
|
locust -f tests/performance/locustfile.py --headless --users 50 --spawn-rate 5 --run-time 60s --host http://localhost:8000
|
||||||
|
|
||||||
- name: Upload performance results
|
- name: Upload performance results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: performance-results
|
name: performance-results
|
||||||
path: locust_report.html
|
path: locust_report.html
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
echo "Signed cog-ha-matter-x86_64 ($(wc -c < dist/cog-ha-matter-x86_64.sig) bytes)"
|
echo "Signed cog-ha-matter-x86_64 ($(wc -c < dist/cog-ha-matter-x86_64.sig) bytes)"
|
||||||
|
|
||||||
- name: Upload workflow artifact
|
- name: Upload workflow artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: cog-ha-matter-x86_64
|
name: cog-ha-matter-x86_64
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -126,7 +126,7 @@ jobs:
|
||||||
echo "Signed cog-ha-matter-arm ($(wc -c < dist/cog-ha-matter-arm.sig) bytes)"
|
echo "Signed cog-ha-matter-arm ($(wc -c < dist/cog-ha-matter-arm.sig) bytes)"
|
||||||
|
|
||||||
- name: Upload workflow artifact
|
- name: Upload workflow artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: cog-ha-matter-arm
|
name: cog-ha-matter-arm
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
zip -r "RuView-Desktop-${{ github.event.inputs.version || '0.4.0' }}-macos-${{ steps.arch.outputs.arch }}.zip" "RuView Desktop.app"
|
zip -r "RuView-Desktop-${{ github.event.inputs.version || '0.4.0' }}-macos-${{ steps.arch.outputs.arch }}.zip" "RuView Desktop.app"
|
||||||
|
|
||||||
- name: Upload macOS artifact
|
- name: Upload macOS artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ruview-macos-${{ steps.arch.outputs.arch }}
|
name: ruview-macos-${{ steps.arch.outputs.arch }}
|
||||||
path: v2/target/${{ matrix.target }}/release/bundle/macos/*.zip
|
path: v2/target/${{ matrix.target }}/release/bundle/macos/*.zip
|
||||||
|
|
@ -111,13 +111,13 @@ jobs:
|
||||||
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
|
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
|
||||||
|
|
||||||
- name: Upload Windows MSI artifact
|
- name: Upload Windows MSI artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ruview-windows-msi
|
name: ruview-windows-msi
|
||||||
path: v2/target/release/bundle/msi/*.msi
|
path: v2/target/release/bundle/msi/*.msi
|
||||||
|
|
||||||
- name: Upload Windows NSIS artifact
|
- name: Upload Windows NSIS artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ruview-windows-nsis
|
name: ruview-windows-nsis
|
||||||
path: v2/target/release/bundle/nsis/*.exe
|
path: v2/target/release/bundle/nsis/*.exe
|
||||||
|
|
|
||||||
|
|
@ -163,7 +163,7 @@ jobs:
|
||||||
echo "See: https://github.com/espressif/qemu/wiki"
|
echo "See: https://github.com/espressif/qemu/wiki"
|
||||||
|
|
||||||
- name: Upload firmware artifact (${{ matrix.variant }})
|
- name: Upload firmware artifact (${{ matrix.variant }})
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: esp32-csi-node-firmware-${{ matrix.variant }}
|
name: esp32-csi-node-firmware-${{ matrix.variant }}
|
||||||
path: firmware/esp32-csi-node/release-staging/
|
path: firmware/esp32-csi-node/release-staging/
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
echo "QEMU binary size: $(file_size /opt/qemu-esp32/bin/qemu-system-xtensa) bytes"
|
echo "QEMU binary size: $(file_size /opt/qemu-esp32/bin/qemu-system-xtensa) bytes"
|
||||||
|
|
||||||
- name: Upload QEMU artifact
|
- name: Upload QEMU artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: qemu-esp32
|
name: qemu-esp32
|
||||||
path: /opt/qemu-esp32/
|
path: /opt/qemu-esp32/
|
||||||
|
|
@ -201,7 +201,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload test logs
|
- name: Upload test logs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: qemu-logs-${{ matrix.nvs_config }}
|
name: qemu-logs-${{ matrix.nvs_config }}
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -249,7 +249,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload fuzz artifacts
|
- name: Upload fuzz artifacts
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: fuzz-crashes
|
name: fuzz-crashes
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -362,7 +362,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload swarm results
|
- name: Upload swarm results
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: swarm-results
|
name: swarm-results
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload result artifact
|
- name: Upload result artifact
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: fix-markers-result
|
name: fix-markers-result
|
||||||
path: fix-markers-result.json
|
path: fix-markers-result.json
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,7 @@ jobs:
|
||||||
package-dir: python
|
package-dir: python
|
||||||
output-dir: wheelhouse
|
output-dir: wheelhouse
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
|
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
|
||||||
path: wheelhouse/*.whl
|
path: wheelhouse/*.whl
|
||||||
|
|
@ -126,7 +126,7 @@ jobs:
|
||||||
- name: Build sdist
|
- name: Build sdist
|
||||||
working-directory: python
|
working-directory: python
|
||||||
run: maturin sdist --out ../sdist
|
run: maturin sdist --out ../sdist
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: sdist
|
name: sdist
|
||||||
path: sdist/*.tar.gz
|
path: sdist/*.tar.gz
|
||||||
|
|
@ -203,7 +203,7 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "Tombstone wheel correctly raises ImportError with migration URL."
|
echo "Tombstone wheel correctly raises ImportError with migration URL."
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: tombstone
|
name: tombstone
|
||||||
path: tombstone-dist/*
|
path: tombstone-dist/*
|
||||||
|
|
|
||||||
|
|
@ -139,7 +139,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload vulnerability reports
|
- name: Upload vulnerability reports
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: vulnerability-reports
|
name: vulnerability-reports
|
||||||
|
|
@ -363,7 +363,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload license report
|
- name: Upload license report
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: license-report
|
name: license-report
|
||||||
path: licenses.json
|
path: licenses.json
|
||||||
|
|
@ -451,7 +451,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload security summary
|
- name: Upload security summary
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: security-summary
|
name: security-summary
|
||||||
path: security-summary.md
|
path: security-summary.md
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue