diff --git a/.github/workflows/_dotnet-build-and-pack.yml b/.github/workflows/_dotnet-build-and-pack.yml index dc1d7e3..3df792e 100644 --- a/.github/workflows/_dotnet-build-and-pack.yml +++ b/.github/workflows/_dotnet-build-and-pack.yml @@ -97,7 +97,7 @@ jobs: /p:Version=${{ inputs.package-version }} - name: Upload artifacts - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: ${{ inputs.package-artifact-name }} path: | diff --git a/.github/workflows/_dotnet-publish-nuget.yml b/.github/workflows/_dotnet-publish-nuget.yml index a5f2306..d0750ef 100644 --- a/.github/workflows/_dotnet-publish-nuget.yml +++ b/.github/workflows/_dotnet-publish-nuget.yml @@ -73,7 +73,7 @@ jobs: # Download the artifact generated in the build job - name: Download artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # 7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # 8.0.0 with: name: ${{ inputs.package-artifact-name }} path: ${{ inputs.working-directory }}/build-packages # Path to download the artifact @@ -123,7 +123,7 @@ jobs: # Download the artifact generated in the build job - name: Download artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # 7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # 8.0.0 with: name: ${{ inputs.package-artifact-name }} path: ${{ inputs.working-directory }}/build-packages # Path to download the artifact diff --git a/.github/workflows/_version.yml b/.github/workflows/_version.yml index 0aa0059..36b193c 100644 --- a/.github/workflows/_version.yml +++ b/.github/workflows/_version.yml @@ -75,7 +75,7 @@ jobs: echo $VERSION > version.txt - name: Upload artifacts - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: ${{ inputs.version-artifact-name }} path: version.txt