From 92d53d53db3c833d957fc9df2205a3608167ece6 Mon Sep 17 00:00:00 2001 From: Cam the Kirby <92703353+CamtheKirby@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:07:13 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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