Skip to content

Commit 0aeeace

Browse files
authored
Merge pull request #243 from smdn/dependabot/github_actions/actions/upload-artifact-4.6.1
Bump actions/upload-artifact from 4.6.0 to 4.6.1
2 parents 9f1dc20 + 3d0a98c commit 0aeeace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-release-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ jobs:
396396
397397
- name: Upload ${{ steps.pack.outputs.artifact_name_nupkg }}
398398
if: ${{ steps.package-info.outputs.package_can_release == 'True' }}
399-
uses: actions/upload-artifact@v4.6.0
399+
uses: actions/upload-artifact@v4.6.1
400400
with:
401401
name: ${{ steps.pack.outputs.artifact_name_nupkg }}
402402
path: ${{ steps.pack.outputs.path_nupkg }}

0 commit comments

Comments
 (0)