diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 4116d9039cb..d82e7285ecf 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -119,7 +119,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} full_install: true - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: acts-linux-ubuntu @@ -157,7 +157,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} full_install: true - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: acts-linux-ubuntu @@ -191,7 +191,7 @@ jobs: - name: Install dependencies run: pip3 install spyral-cli==1.1.2 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: physmon path: physmon diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index caa8692c65c..97dfb689838 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -84,7 +84,7 @@ jobs: with: python-version: '3.12' - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 if: steps.dl-af.outputs.comment-artifacts-found with: pattern: comment-*.md