Skip to content

Commit

Permalink
Hotfix: Update usable versioons
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Oct 28, 2024
1 parent 0c64038 commit 8227cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# cp content/plugins/sqlite-object-cache/assets/drop-in/object-cache.php content/object-cache.php

- name: Download artifact from dry-run-deploy job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ft-platform-release

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dry-run-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: zip release.zip ./* -r

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ft-platform-release
path: release.zip
Expand Down

0 comments on commit 8227cfe

Please sign in to comment.