Skip to content

Commit 420bde2

Browse files
authored
Merge pull request #250 from xt0rted/dependabot/github_actions/github-actions-935925e7cc
Bump the github-actions group with 2 updates
2 parents e8c1ed9 + e7e3640 commit 420bde2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
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/upload-artifact@v4.1.0
81+
uses: actions/upload-artifact@v4.2.0
8282
with:
8383
name: nupkg
8484
path: ./artifacts/*.nupkg
8585

8686
- name: Upload test results
8787
if: failure()
88-
uses: actions/upload-artifact@v4.1.0
88+
uses: actions/upload-artifact@v4.2.0
8989
with:
9090
name: build-verify-test-results
9191
path: |
@@ -179,7 +179,7 @@ jobs:
179179

180180
- name: Upload test results
181181
if: failure()
182-
uses: actions/upload-artifact@v4.1.0
182+
uses: actions/upload-artifact@v4.2.0
183183
with:
184184
name: integration-verify-test-results
185185
path: |

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "version=${_version}" >> $GITHUB_OUTPUT
2626
2727
# Keep the last 13 versions as well as the version used by the project itself
28-
- uses: actions/delete-package-versions@v4.1.1
28+
- uses: actions/delete-package-versions@v5.0.0
2929
with:
3030
package-name: ${{ env.package_name }}
3131
package-type: nuget

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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/upload-artifact@v4.1.0
48+
uses: actions/upload-artifact@v4.2.0
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/upload-artifact@v4.1.0
86+
uses: actions/upload-artifact@v4.2.0
8787
with:
8888
name: verify-test-results
8989
path: |

0 commit comments

Comments
 (0)