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.
1 parent 3cada95 commit 7bb52caCopy full SHA for 7bb52ca
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
./cake
46
- name: Upload artifacts
47
if: always()
48
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
49
with:
50
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}
51
path: |
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
subject-path: out/pkg/release/*.nupkg
38
39
40
41
42
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
43
0 commit comments