diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 16ed3e268..5b08da7f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -209,7 +209,7 @@ jobs: test -n "$(find target -name '*.AppImage' -print -quit)" test -n "$(find target -name '*.deb' -print -quit)" test -n "$(find target -name '*.rpm' -print -quit)" - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: hotdog-linux-bundles @@ -244,7 +244,7 @@ jobs: find target -type f -name '*.dmg' -print test -n "$(find target -type d -name '*.app' -print -quit)" test -n "$(find target -type f -name '*.dmg' -print -quit)" - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: hotdog-macos-bundles @@ -302,7 +302,7 @@ jobs: # shell: pwsh # run: | # Get-ChildItem -Path "$env:DIOXUS_WORKSPACE\target" -Recurse -Include "*.pdb","*.exe","*.dll" | Remove-Item -Force - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: hotdog-windows-bundles-smoke @@ -353,7 +353,7 @@ jobs: # shell: pwsh # run: | # Get-ChildItem -Path "$env:DIOXUS_WORKSPACE\target" -Recurse -Include "*.pdb","*.exe","*.dll" | Remove-Item -Force - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: playwright-report-windows @@ -412,7 +412,7 @@ jobs: npm install -D @playwright/test npx playwright install npx playwright test - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: playwright-report-${{ matrix.toolchain }}-${{ runner.os }}