diff --git a/.github/workflows/cpp-cmake-publish.yml b/.github/workflows/cpp-cmake-publish.yml index 9788ec4..095c8a8 100644 --- a/.github/workflows/cpp-cmake-publish.yml +++ b/.github/workflows/cpp-cmake-publish.yml @@ -83,7 +83,7 @@ jobs: needs: [ build-windows, build-ubuntu, build-macos ] steps: - name: Download windows artifact content - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: artifact-windows - name: View content @@ -114,7 +114,7 @@ jobs: rm release-windows.zip rm ParticleSimulator.exe - name: Download ubuntu artifact content - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: artifact-ubuntu - name: View content @@ -137,7 +137,7 @@ jobs: rm release-linux.tar.gz rm ParticleSimulatorLauncher - name: Download macos artifact content - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: artifact-macos - name: View content