Skip to content

Commit 1af5178

Browse files
authored
Merge pull request #2098 from Particular/dependabot/github_actions/actions/upload-artifact-4.4.3
Bump actions/upload-artifact from 4.4.1 to 4.4.3
2 parents fdccf1b + 11ee570 commit 1af5178

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
uses: Particular/[email protected]
4242
# Upload assets and packages
4343
- name: Upload assets
44-
uses: actions/[email protected].1
44+
uses: actions/[email protected].3
4545
with:
4646
name: Assets
4747
path: src/ServicePulse.Host/bin/Release/
4848
retention-days: 7
4949
- name: Upload packages
50-
uses: actions/[email protected].1
50+
uses: actions/[email protected].3
5151
with:
5252
name: NuGet packages
5353
path: nugets/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: dotnet build src/Setup --configuration Release
6868
# Upload artifacts
6969
- name: Publish artifacts
70-
uses: actions/[email protected].1
70+
uses: actions/[email protected].3
7171
with:
7272
name: artifacts
7373
path: |

0 commit comments

Comments
 (0)