From 51fb5d1f90e3f33d5109991bb700b69e5a83668e Mon Sep 17 00:00:00 2001 From: Cam the Kirby <92703353+CamtheKirby@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:03:47 -0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1a84e1..14b2114 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,9 +21,9 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@main + - uses: actions/checkout@v2 - - uses: krdlab/setup-haxe@master + - uses: krdlab/setup-haxe@v1 with: haxe-version: 4.2.5 # Runs a set of commands using the runners shell @@ -38,7 +38,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@v4.3.4 + uses: actions/upload-artifact@v4 with: name: ReleaseBuild path: export/release/windows/bin