diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02f1720e..db096cb2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: - name: Find the package run: 'echo PKG=`find ./dist -name "*.${{ matrix.package_type }}"` >> $GITHUB_ENV' - name: Archive package as an artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: package path: ${{ env.PKG }} @@ -106,7 +106,7 @@ jobs: - name: Find the package run: 'echo PKG=`find ./dist -name "*.${{ matrix.package_type }}"` >> $GITHUB_ENV' - name: Archive package as an artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: package path: ${{ env.PKG }} @@ -166,7 +166,7 @@ jobs: GENERATOR: ${{ matrix.generator }} EXTRA_ARGS: ${{ matrix.args }} VCVER: ${{ matrix.vcver }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 with: name: package path: '*.zip' @@ -182,7 +182,7 @@ jobs: fetch-depth: 0 - name: MacOS Build run: ./devops/build/ci-run.macos.sh - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 with: name: package path: '*.zip'