diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 68bdb5c0..a95e7838 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -33,7 +33,7 @@ jobs: find -type f -exec md5sum '{}' \; - name: Upload Artifact - uses: actions/upload-artifact@latest + uses: actions/upload-artifact@v3.1.1 with: name: RomWBW_Linux-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}} path: . @@ -43,7 +43,7 @@ jobs: zip -r RomWBW-SnapShot-Package.zip . - name: Post SnapShot - uses: "marvinpinto/action-automatic-releases@latest" + uses: marvinpinto/action-automatic-releases@latest with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "SnapShot" @@ -72,7 +72,7 @@ jobs: find . -type f -exec md5 -r -- '{}' +; - name: Upload Artifact - uses: actions/upload-artifact@latest + uses: actions/upload-artifact@v3.1.1 with: name: RomWBW_MacOS path: .