diff --git a/.github/workflows/diracx-web-test.yml b/.github/workflows/diracx-web-test.yml index aa02c605..587f5f3f 100644 --- a/.github/workflows/diracx-web-test.yml +++ b/.github/workflows/diracx-web-test.yml @@ -65,7 +65,7 @@ jobs: - name: Upload Cypress screenshots if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: cypress-screenshots path: packages/diracx-web/cypress/screenshots diff --git a/.github/workflows/gubbins-test.yml b/.github/workflows/gubbins-test.yml index 7c14c0f7..6ddd4e7a 100644 --- a/.github/workflows/gubbins-test.yml +++ b/.github/workflows/gubbins-test.yml @@ -76,7 +76,7 @@ jobs: sed -i 's@../../@@g' /tmp/gubbins/gubbins-*/pyproject.toml - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: gubbins path: /tmp/gubbins @@ -145,7 +145,7 @@ jobs: EXTENSION_CUSTOM_SOURCES_TO_INSTALL=/bindmount/gubbins_db*.whl,/bindmount/gubbins_routers*.whl,/bindmount/gubbins_client*.whl - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: gubbins-services-img path: /tmp/gubbins_services_image.tar @@ -189,7 +189,7 @@ jobs: run: npm install - name: Upload the extensions directory - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: gubbins-web path: /tmp/gubbins-web @@ -333,7 +333,7 @@ jobs: - name: Upload Cypress screenshots if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: cypress-screenshots path: /tmp/gubbins-web/cypress/screenshots \ No newline at end of file diff --git a/.github/workflows/record-changes-requested.yml b/.github/workflows/record-changes-requested.yml index ecb9ec91..c2385e89 100644 --- a/.github/workflows/record-changes-requested.yml +++ b/.github/workflows/record-changes-requested.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - run: echo "${{ github.event.pull_request.number }}" > pr_number.txt - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: pr-info path: pr_number.txt