Skip to content

Commit 890e2d9

Browse files
committed
chore: update github workflow versions
1 parent 4a740f9 commit 890e2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/archive_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
zip -r ~/archived-templates/LocalPubSub-python.zip LocalPubSub
3030
3131
- name: Upload zipped artifacts
32-
uses: actions/upload-artifact@v2.2.4
32+
uses: actions/upload-artifact@v4.5.0
3333
with:
3434
name: archived-templates
3535
path: ~/archived-templates/*.zip
3636

3737
- name: Download uploaded artifacts
3838
id: download
39-
uses: actions/download-artifact@v2.0.10
39+
uses: actions/download-artifact@v4.1.8
4040
with:
4141
path: ~/download/
4242

0 commit comments

Comments
 (0)