diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f2c913c1..15c2fed11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: cp rednukem.exe upload/rednukem/ cp pcexhumed.exe upload/pcexhumed/ - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: github.ref == 'refs/heads/master' && matrix.publish-as != '' with: name: ${{matrix.publish-as}} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 46e919197..38aa69a23 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: cp dn64widescreen.pk3 template/rednukem/ cp pcexhumed.pk3 template/pcexhumed/ - - uses: dawidd6/action-download-artifact@v2 + - uses: dawidd6/action-download-artifact@v3 with: workflow: build.yml workflow_conclusion: success