Skip to content

Commit

Permalink
chore: update github workflow versions (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrzhan authored Dec 18, 2024
1 parent 4a740f9 commit a150b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archive_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
zip -r ~/archived-templates/LocalPubSub-python.zip LocalPubSub
- name: Upload zipped artifacts
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4.5.0
with:
name: archived-templates
path: ~/archived-templates/*.zip

- name: Download uploaded artifacts
id: download
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v4.1.8
with:
path: ~/download/

Expand Down

0 comments on commit a150b72

Please sign in to comment.