We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f6e2cd + 3267e21 commit db485a8Copy full SHA for db485a8
2 files changed
.github/workflows/dotnet.yml
@@ -41,7 +41,7 @@ jobs:
41
run: dotnet publish SurfTimer.Plugin/src/SurfTimer.Plugin.csproj -c Release -o out --no-restore
42
43
- name: Upload artifact
44
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
45
with:
46
name: SurfTimer.Plugin
47
path: out
.github/workflows/release.yml
@@ -121,7 +121,7 @@ jobs:
121
ls -la
122
123
124
125
126
name: SurfTimer.Plugin-${{ env.RELEASE_TAG }}
127
path: |
@@ -133,7 +133,7 @@ jobs:
133
needs: build
134
steps:
135
- name: Download artifacts
136
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
137
138
path: ./artifacts
139
0 commit comments