diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4e6613b..a72f365 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v6.0.1 - name: Download Package - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: Packages path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f142edb..c0ca1d4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: pip install scons scons -j4 -C tests - name: Upload compilation results - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: tests if-no-files-found: error @@ -85,13 +85,13 @@ jobs: python-version: ${{ matrix.python }} - name: Download compiled tests - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: tests path: tests - name: Download Package - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: Packages path: dist