Skip to content

Commit

Permalink
upload-artifact and download-artifact @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Nov 22, 2024
1 parent 7b2f06d commit 22a4572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/101.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

# Persist apps list as an artifact
- name: Persist apps list
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: apps-list
path: apps.txt
Expand All @@ -68,7 +68,7 @@ jobs:

# Download the workspace with artifacts
- name: Download workspace
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: apps-list
path: ${{ github.workspace }}
Expand Down

0 comments on commit 22a4572

Please sign in to comment.