Skip to content

Commit d2e36f7

Browse files
authored
Upgrade deprecated github actions (#165)
1 parent ec26d92 commit d2e36f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/check-dependencies-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
7070
- name: Upload cache to workflow artifact
7171
if: failure() && steps.diff.outcome == 'failure'
72-
uses: actions/upload-artifact@v2
72+
uses: actions/upload-artifact@v4
7373
with:
7474
if-no-files-found: error
7575
name: dep-licenses-cache

Diff for: .github/workflows/release-go-task.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: task dist:all
4444

4545
- name: Upload artifacts
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v4
4747
with:
4848
if-no-files-found: error
4949
name: ${{ env.ARTIFACT_NAME }}
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v3
5959

6060
- name: Download artifacts
61-
uses: actions/download-artifact@v2
61+
uses: actions/download-artifact@v4
6262
with:
6363
name: ${{ env.ARTIFACT_NAME }}
6464
path: ${{ env.DIST_DIR }}
@@ -119,7 +119,7 @@ jobs:
119119
${{ env.DIST_DIR }}/*-checksums.txt
120120
121121
- name: Upload artifacts
122-
uses: actions/upload-artifact@v2
122+
uses: actions/upload-artifact@v4
123123
with:
124124
if-no-files-found: error
125125
name: ${{ env.ARTIFACT_NAME }}

0 commit comments

Comments
 (0)