Skip to content

Commit

Permalink
change upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed Oct 3, 2024
1 parent 6b578c6 commit 3d08a5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
with:
token: ${{ env.CODECOV_TOKEN }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: always()
with:
name: screenshots
path: ./spec/decidim_dummy_app/tmp/screenshots
if-no-files-found: ignore

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: always()
with:
name: Test logs
Expand Down
6 changes: 3 additions & 3 deletions app/packs/src/decidim/vocdoni/global-polyfills.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.process = window.process || {
env: {
NODE_ENV: "development"
}
env: {
NODE_ENV: "development"
}
};

0 comments on commit 3d08a5b

Please sign in to comment.