Skip to content

Commit

Permalink
ci: downgrade upload and download action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsilvadev committed Feb 16, 2024
1 parent 6d07f9e commit 90f36c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/visual-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
shell: bash

- name: Save packages folder
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: build
if-no-files-found: error
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v3

- name: Download the build folder
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: build

Expand Down

0 comments on commit 90f36c8

Please sign in to comment.