diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 94f2a66..a46cc1e 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -78,7 +78,7 @@ jobs: shutil.copy2(Path('dist') / '${{ matrix.executable }}', Path('release-assets') / '${{ matrix.asset }}')" - name: Upload build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.asset }} path: release-assets/${{ matrix.asset }} diff --git a/.github/workflows/skillgate.yml b/.github/workflows/skillgate.yml index 2ec506a..cea0400 100644 --- a/.github/workflows/skillgate.yml +++ b/.github/workflows/skillgate.yml @@ -27,7 +27,7 @@ jobs: run: python tools/update_snapshots.py --check --artifacts test-outputs/snapshots - name: Upload snapshot review artifacts if: steps.snapshots.outcome == 'failure' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: snapshot-review path: test-outputs/snapshots