Skip to content

Commit 70c1073

Browse files
salixteinfyhertz
authored andcommitted
fix: update actions/upload-artifact to v4
1 parent 2cbd2e3 commit 70c1073

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cicd.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
shell: bash
6969

7070
- name: Upload build artifact
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: ops2deb_linux_amd64
7474
path: ops2deb_linux_amd64
@@ -80,7 +80,7 @@ jobs:
8080
poetry run poetry build
8181
8282
- name: Upload build artifacts
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: distributions
8686
path: dist/*
@@ -109,7 +109,7 @@ jobs:
109109
-r https://github.com/upciti/ops2deb
110110
111111
- name: Download build artifact
112-
uses: actions/download-artifact@v3
112+
uses: actions/download-artifact@v4
113113
with:
114114
name: ops2deb_linux_amd64
115115

@@ -125,7 +125,7 @@ jobs:
125125
needs: [test_and_build]
126126
steps:
127127
- name: Download build artifacts
128-
uses: actions/download-artifact@v3
128+
uses: actions/download-artifact@v4
129129
with:
130130
name: distributions
131131
path: dist
@@ -144,7 +144,7 @@ jobs:
144144
uses: actions/checkout@v3
145145

146146
- name: Download build artifact
147-
uses: actions/download-artifact@v3
147+
uses: actions/download-artifact@v4
148148
with:
149149
name: ops2deb_linux_amd64
150150

0 commit comments

Comments
 (0)