diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 405d70f..fcb87be 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -116,7 +116,7 @@ jobs: wp-version: latest strict: true - name: Upload reviewed installation artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: codegenie-pulse-connector-1.2.1-release-candidate path: | diff --git a/.github/workflows/release-prepare.yml b/.github/workflows/release-prepare.yml index 981642d..4e1ac83 100644 --- a/.github/workflows/release-prepare.yml +++ b/.github/workflows/release-prepare.yml @@ -173,7 +173,7 @@ jobs: wp-version: '7.0.2' strict: true - name: Upload prepared artifacts without publishing - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: codegenie-pulse-connector-${{ needs.metadata.outputs.version }}-prepared path: |