Skip to content

Commit c50e69c

Browse files
Update ci.yml
1 parent 2ffcb69 commit c50e69c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
cp dist/linux-x64/gh-actions-importer ${{ runner.temp }}/staging/actions-importer-linux-amd64
8080
8181
- name: publish artifacts
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: actions-importer-${{ github.run_id }}
8585
path: ${{ runner.temp }}/staging/*
@@ -106,7 +106,7 @@ jobs:
106106
exit 1
107107
}
108108
- name: download artifacts
109-
uses: actions/download-artifact@v3
109+
uses: actions/download-artifact@v4
110110
with:
111111
name: actions-importer-${{ github.run_id }}
112112
path: ${{ runner.temp }}/dist

0 commit comments

Comments
 (0)