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
760d05026c
commit
8761f56777
|
|
@ -192,7 +192,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload informational bench logs
|
- name: Upload informational bench logs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: bench-fast-run-logs
|
name: bench-fast-run-logs
|
||||||
path: bench-out/
|
path: bench-out/
|
||||||
|
|
|
||||||
|
|
@ -210,7 +210,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: |
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,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
|
||||||
|
|
@ -255,7 +255,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 }}
|
||||||
|
|
@ -325,7 +325,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload performance results
|
- name: Upload performance results
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: performance-results
|
name: performance-results
|
||||||
path: archive/v1/perf-junit.xml
|
path: archive/v1/perf-junit.xml
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,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: |
|
||||||
|
|
@ -130,7 +130,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: |
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,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
|
||||||
|
|
@ -115,13 +115,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
|
||||||
|
|
|
||||||
|
|
@ -167,7 +167,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/
|
||||||
|
|
@ -203,7 +203,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: |
|
||||||
|
|
@ -253,7 +253,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: |
|
||||||
|
|
@ -370,7 +370,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: |
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,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
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,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
|
||||||
|
|
@ -130,7 +130,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
|
||||||
|
|
@ -209,7 +209,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/*
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,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
|
||||||
|
|
@ -374,7 +374,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
|
||||||
|
|
@ -464,7 +464,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