Skip to content

Commit 1392637

Browse files
authored
Merge pull request #287 from xt0rted/dependabot/github_actions/github-actions-3193c25861
Bump the github-actions group with 3 updates
2 parents 4519efd + f260d98 commit 1392637

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.0.0
72+
uses: actions/upload-artifact@v4.2.0
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.0.0
80+
uses: actions/upload-artifact@v4.2.0
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].0
98+
uses: actions/[email protected].1
9999
with:
100100
name: nupkg
101101

.github/workflows/cleanup.yml

+1-1
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

+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.0.0
54+
uses: actions/upload-artifact@v4.2.0
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.0.0
91+
uses: actions/upload-artifact@v4.2.0
9292
with:
9393
name: verify-test-results
9494
path: |

0 commit comments

Comments
 (0)