-
-
Notifications
You must be signed in to change notification settings - Fork 229
build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 #4674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -209,7 +209,7 @@ jobs: | |
|
|
||
| - name: Upload build logs | ||
| if: ${{ always() }} | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: ${{ matrix.rid }}-build-logs | ||
| path: | | ||
|
Comment on lines
209
to
215
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: 🔍 Detailed AnalysisThe 💡 Suggested FixModify the artifact name at 🤖 Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. |
||
|
|
@@ -227,7 +227,7 @@ jobs: | |
|
|
||
| - name: Upload build and test outputs | ||
| if: failure() | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: ${{ matrix.rid }}-verify-test-results | ||
| path: "**/*.received.*" | ||
|
|
@@ -237,7 +237,7 @@ jobs: | |
|
|
||
| - name: Archive NuGet Packages | ||
| if: env.CI_PUBLISHING_BUILD == 'true' | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: ${{ github.sha }} | ||
| if-no-files-found: error | ||
|
|
@@ -307,7 +307,7 @@ jobs: | |
|
|
||
| - name: Upload logs | ||
| if: ${{ always() }} | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 | ||
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: ${{ runner.os }}-msbuild-logs | ||
| path: | | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.