diff --git a/.github/workflows/sync-labels-npm.yml b/.github/workflows/sync-labels-npm.yml index 6be811be..8678a798 100644 --- a/.github/workflows/sync-labels-npm.yml +++ b/.github/workflows/sync-labels-npm.yml @@ -122,7 +122,7 @@ jobs: uses: actions/checkout@v5 - name: Download configuration file artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: merge-multiple: true pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}* diff --git a/.github/workflows/test-install-script.yml b/.github/workflows/test-install-script.yml index 9fd50588..cf6e3725 100644 --- a/.github/workflows/test-install-script.yml +++ b/.github/workflows/test-install-script.yml @@ -76,7 +76,7 @@ jobs: steps: - name: Download script artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ env.SCRIPT_ARTIFACT_NAME }} @@ -120,7 +120,7 @@ jobs: echo "BINDIR=${{ runner.temp }}/custom-installation-folder" >>"$GITHUB_ENV" - name: Download script artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ env.SCRIPT_ARTIFACT_NAME }} @@ -165,7 +165,7 @@ jobs: steps: - name: Download script artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ env.SCRIPT_ARTIFACT_NAME }} @@ -207,7 +207,7 @@ jobs: steps: - name: Download script artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ env.SCRIPT_ARTIFACT_NAME }} @@ -260,7 +260,7 @@ jobs: echo "SECOND_BINDIR=${{ runner.temp }}/${SECOND_INSTALLATION_FOLDER}" >>"$GITHUB_ENV" - name: Download script artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ env.SCRIPT_ARTIFACT_NAME }}