diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ae6df9e..1d060d4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: run: | WITH_PYTHON=`which python` ./buildme.sh ~/dist - name: Upload Plone Installer from build - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.0 with: name: Plone-Unified-Installer path: ~/dist/Plone-${{ env.PLONE_VERSION }}-UnifiedInstaller-${{ env.INSTALLER_VERSION }}.* @@ -39,7 +39,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Download Plone-Installer - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: Plone-Unified-Installer - name: Display structure of downloaded files @@ -74,7 +74,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Download Plone-Installer - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: Plone-Unified-Installer - name: Display structure of downloaded files @@ -104,7 +104,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Download Plone-Installer - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: Plone-Unified-Installer - name: Display structure of downloaded files