diff --git a/.github/workflows/draft-on-changes-requested.yml b/.github/workflows/draft-on-changes-requested.yml index a3498030..3edb0378 100644 --- a/.github/workflows/draft-on-changes-requested.yml +++ b/.github/workflows/draft-on-changes-requested.yml @@ -16,7 +16,7 @@ jobs: outputs: pr_number: ${{ steps.pr.outputs.number }} steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: pr-info run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/gubbins-test.yml b/.github/workflows/gubbins-test.yml index c979df2d..7c14c0f7 100644 --- a/.github/workflows/gubbins-test.yml +++ b/.github/workflows/gubbins-test.yml @@ -226,7 +226,7 @@ jobs: # WARNING: In your CI/CD pipeline, you should remove the following steps # # ------------------------------------------------------------------------# - name: Download gubbins-web - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: gubbins-web path: /tmp/gubbins-web @@ -259,7 +259,7 @@ jobs: # WARNING: In your CI/CD pipeline, you should remove the following steps # # ------------------------------------------------------------------------# - name: Download gubbins - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: gubbins path: /tmp/gubbins @@ -274,7 +274,7 @@ jobs: git clone https://github.com/DIRACGrid/diracx.git - name: Download gubbins:services image - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: gubbins-services-img path: /tmp/ @@ -283,7 +283,7 @@ jobs: run: docker load --input /tmp/gubbins_services_image.tar - name: Download gubbins-web - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: gubbins-web path: /tmp/gubbins-web