Skip to content

Commit

Permalink
Merge pull request #232 from geoadmin/feat-PB-1289-update-upload-arti…
Browse files Browse the repository at this point in the history
…fact

PB-1289: Updated actions/upload-artifact and nodejs - #minor
  • Loading branch information
ltshb authored Jan 22, 2025
2 parents 866b574 + ce830c9 commit 613f417
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: diff

# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-milestone-tag",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"description": "Github action to tag the repository with the milestone title",
"main": "lib/main.js",
Expand Down

0 comments on commit 613f417

Please sign in to comment.