From 24c2a32c2200fda895112dc5cf2acfca76b5f96f Mon Sep 17 00:00:00 2001 From: "David G. Moore, Jr" Date: Sat, 4 Nov 2023 04:37:43 -0400 Subject: [PATCH] Update pack.yml --- .github/workflows/pack.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index ddea5e9..ce8271c 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -16,11 +16,11 @@ jobs: steps: - name: Checkout the repository being compiled - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 with: path: Repo - name: Checkout the Packages repository alongside the one being compiled - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.1 with: repository: dgmjr-io/Packages path: Packages @@ -37,7 +37,7 @@ jobs: - name: Build run: dotnet build Repo/src/DgmjrSdk.nuproj --no-restore -c:Release - name: Upload the NuGet Package - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: # Artifact name name: DgmjrSdk-NuGetPackage