diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f75f2a6..f5dc376 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@main + - uses: actions/checkout@v4.1.7 - uses: krdlab/setup-haxe@master with: @@ -57,7 +57,7 @@ jobs: - name: Compile run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}" - name: Publish Artifact - uses: actions/upload-artifact@main + uses: actions/upload-artifact@v4.3.4 with: name: ReleaseBuild path: export/release/windows/bin