Skip to content

Commit 42fc96e

Browse files
Merge pull request #369 from xt0rted/dependabot/github_actions/github-actions-aeec8888df
Bump the github-actions group with 2 updates
2 parents 62eafea + 2ace954 commit 42fc96e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ jobs:
7878

7979
- name: Upload artifacts
8080
if: matrix.os == 'ubuntu-latest'
81-
uses: actions/[email protected].1
81+
uses: actions/[email protected].2
8282
with:
8383
name: nupkg
8484
path: ./artifacts/*.nupkg
8585

8686
- name: Upload test results
8787
if: failure()
88-
uses: actions/[email protected].1
88+
uses: actions/[email protected].2
8989
with:
9090
name: build-verify-test-results
9191
path: |
@@ -131,7 +131,7 @@ jobs:
131131
nuget_auth_token: ${{ secrets.GITHUB_TOKEN }}
132132

133133
- name: Download nupkg
134-
uses: actions/download-artifact@v4.1.9
134+
uses: actions/download-artifact@v4.2.1
135135
with:
136136
name: nupkg
137137
path: .nuget
@@ -179,7 +179,7 @@ jobs:
179179

180180
- name: Upload test results
181181
if: failure()
182-
uses: actions/[email protected].1
182+
uses: actions/[email protected].2
183183
with:
184184
name: integration-verify-test-results
185185
path: |
@@ -199,7 +199,7 @@ jobs:
199199

200200
steps:
201201
- name: Download nupkg
202-
uses: actions/download-artifact@v4.1.9
202+
uses: actions/download-artifact@v4.2.1
203203
with:
204204
name: nupkg
205205

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: dotnet r pack -- --no-build
4646

4747
- name: Upload artifacts
48-
uses: actions/[email protected].1
48+
uses: actions/[email protected].2
4949
with:
5050
name: nupkg
5151
path: ./artifacts/*.nupkg
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Upload test results
8585
if: failure()
86-
uses: actions/[email protected].1
86+
uses: actions/[email protected].2
8787
with:
8888
name: verify-test-results
8989
path: |

0 commit comments

Comments
 (0)