Skip to content

Commit 4216672

Browse files
authored
Merge pull request #33 from CS2Surf/dependabot/github_actions/dev/all-actions-c2e7f7cad0
chore(deps): Bump the all-actions group with 2 updates
2 parents 3108614 + 5adc2a7 commit 4216672

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet publish SurfTimer.Plugin/src/SurfTimer.Plugin.csproj -c Release -o out --no-restore
4242

4343
- name: Upload artifact
44-
uses: actions/upload-artifact@v5
44+
uses: actions/upload-artifact@v6
4545
with:
4646
name: SurfTimer.Plugin
4747
path: out

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
ls -la
122122
123123
- name: Upload artifact
124-
uses: actions/upload-artifact@v5
124+
uses: actions/upload-artifact@v6
125125
with:
126126
name: SurfTimer.Plugin-${{ env.RELEASE_TAG }}
127127
path: |
@@ -133,7 +133,7 @@ jobs:
133133
needs: build
134134
steps:
135135
- name: Download artifacts
136-
uses: actions/download-artifact@v6
136+
uses: actions/download-artifact@v7
137137
with:
138138
path: ./artifacts
139139

0 commit comments

Comments
 (0)