diff --git a/.github/workflows/MergeToMain.yml b/.github/workflows/MergeToMain.yml index 7c375e4..438967f 100644 --- a/.github/workflows/MergeToMain.yml +++ b/.github/workflows/MergeToMain.yml @@ -61,7 +61,7 @@ jobs: - run: dotnet pack --configuration Release --no-build --output ./artifacts -p:DebugType=Embedded -p:VersionPrefix=$VERSION_PREFIX --version-suffix $VERSION_SUFFIX - name: Publish artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: NuGetPackage.${{ env.VERSION_PREFIX }}-${{ env.VERSION_SUFFIX }} path: ./artifacts/ @@ -90,7 +90,7 @@ jobs: run: dotnet build --configuration Debug --no-restore - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-debug path: | diff --git a/.github/workflows/PullRequest.yml b/.github/workflows/PullRequest.yml index b087608..3e8a91d 100644 --- a/.github/workflows/PullRequest.yml +++ b/.github/workflows/PullRequest.yml @@ -40,7 +40,7 @@ jobs: - run: dotnet build --configuration Debug --no-restore /p:ContinuousIntegrationBuild=true - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-debug path: | @@ -120,7 +120,7 @@ jobs: - run: dotnet pack --configuration Release --no-build --output ./artifacts -p:DebugType=Embedded -p:VersionPrefix=$VERSION_PREFIX --version-suffix $VERSION_SUFFIX - name: Publish artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: NuGetPackage.${{ env.VERSION_PREFIX }}-${{ env.VERSION_SUFFIX }} path: ./artifacts/ diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index b0b0cdc..ab6c47f 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -45,7 +45,7 @@ jobs: - run: dotnet pack --configuration Release --no-build --output ./artifacts -p:DebugType=Embedded -p:version=${{ env.RELEASE_VERSION }} - name: Publish artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: NuGetPackage.${{ env.RELEASE_VERSION }} path: ./artifacts/