Skip to content

Commit db3b17d

Browse files
Merge pull request #256 from xt0rted/dependabot/github_actions/github-actions-19ac703470
Bump actions/upload-artifact from 4.6.0 to 4.6.1 in the github-actions group
2 parents 4beeade + 24d29ad commit db3b17d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- run: dotnet r pack -- --version-suffix ${{ env.VERSION_SUFFIX }}
6666

6767
- name: Upload artifacts
68-
uses: actions/upload-artifact@v4.6.0
68+
uses: actions/upload-artifact@v4.6.1
6969
with:
7070
name: nupkg
7171
path: ./artifacts/*.nupkg

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: dotnet r pack
3232

3333
- name: Upload artifacts
34-
uses: actions/upload-artifact@v4.6.0
34+
uses: actions/upload-artifact@v4.6.1
3535
with:
3636
name: nupkg
3737
path: ./artifacts/*.nupkg

0 commit comments

Comments
 (0)