Skip to content

Commit 78f6e6d

Browse files
committed
ci: update GitHub Actions to newer versions
1 parent 3a974ee commit 78f6e6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
136136
# Step 12: Upload binaries as artifacts
137137
- name: Upload binaries as artifacts
138-
uses: actions/upload-artifact@v3
138+
uses: actions/upload-artifact@v4
139139
with:
140140
name: chadburn-binaries
141141
path: |
@@ -145,7 +145,7 @@ jobs:
145145
146146
# Step 13: Attach binaries to GitHub Release
147147
- name: Attach binaries to GitHub Release
148-
uses: softprops/action-gh-release@v1
148+
uses: softprops/action-gh-release@v2
149149
if: startsWith(github.ref, 'refs/tags/')
150150
with:
151151
files: |

0 commit comments

Comments
 (0)