diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1bc007b..88e6c65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -83,7 +83,7 @@ jobs: MAVEN_PASSWORD: ${{ secrets.BUILD_PASSWORD }} - name: Upload the produced artefacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: accessbuilds path: | @@ -131,7 +131,7 @@ jobs: - uses: actions/checkout@v6 - name: Download the previous produced artefacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: accessbuilds