Skip to content

Commit 2920748

Browse files
authored
Merge pull request #291 from xt0rted/dependabot/github_actions/github-actions-5ec46a7f91
Bump the github-actions group with 2 updates
2 parents 1392637 + 5328b5a commit 2920748

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ jobs:
6969
- run: dotnet r pack -- --no-build --version-suffix ${{ env.VERSION_SUFFIX }}
7070

7171
- name: Upload artifacts
72-
uses: actions/upload-artifact@v4.2.0
72+
uses: actions/upload-artifact@v4.3.1
7373
if: matrix.os == 'ubuntu-22.04'
7474
with:
7575
name: nupkg
7676
path: ./artifacts/*.nupkg
7777

7878
- name: Upload test results
7979
if: failure()
80-
uses: actions/upload-artifact@v4.2.0
80+
uses: actions/upload-artifact@v4.3.1
8181
with:
8282
name: build-verify-test-results
8383
path: |
@@ -95,7 +95,7 @@ jobs:
9595

9696
steps:
9797
- name: Download nupkg
98-
uses: actions/[email protected].1
98+
uses: actions/[email protected].2
9999
with:
100100
name: nupkg
101101

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- run: dotnet r pack -- --no-build
5252

5353
- name: Upload artifacts
54-
uses: actions/upload-artifact@v4.2.0
54+
uses: actions/upload-artifact@v4.3.1
5555
with:
5656
name: nupkg
5757
path: ./artifacts/*.nupkg
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Upload test results
9090
if: failure()
91-
uses: actions/upload-artifact@v4.2.0
91+
uses: actions/upload-artifact@v4.3.1
9292
with:
9393
name: verify-test-results
9494
path: |

0 commit comments

Comments
 (0)