Skip to content

Commit f17645e

Browse files
committed
ci: update GH action version
1 parent 7078365 commit f17645e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
6161
6262
- name: Upload sdist to be used for other jobs
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
path: dist/caso-${{ env.VERSION }}.tar.gz
6666
name: caso-${{ env.VERSION }}.tar.gz
@@ -108,7 +108,7 @@ jobs:
108108
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
109109
110110
- name: Download sdist artifact
111-
uses: actions/download-artifact@v3
111+
uses: actions/download-artifact@v4
112112
with:
113113
name: caso-${{ env.VERSION }}.tar.gz
114114
path: dist
@@ -156,7 +156,7 @@ jobs:
156156
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
157157
158158
- name: Download sdist artifact
159-
uses: actions/download-artifact@v3
159+
uses: actions/download-artifact@v4
160160
with:
161161
name: caso-${{ env.VERSION }}.tar.gz
162162
path: dist

0 commit comments

Comments
 (0)