We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a974ee commit 78f6e6dCopy full SHA for 78f6e6d
1 file changed
.github/workflows/publish_release.yml
@@ -135,7 +135,7 @@ jobs:
135
136
# Step 12: Upload binaries as artifacts
137
- name: Upload binaries as artifacts
138
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
139
with:
140
name: chadburn-binaries
141
path: |
@@ -145,7 +145,7 @@ jobs:
145
146
# Step 13: Attach binaries to GitHub Release
147
- name: Attach binaries to GitHub Release
148
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
149
if: startsWith(github.ref, 'refs/tags/')
150
151
files: |
0 commit comments