Skip to content

Commit

Permalink
Merge pull request #670 from workingjubilee/prefer-lossier-version-specs
Browse files Browse the repository at this point in the history
Use fuzzy version for `{up,down}load-artifact`
  • Loading branch information
ChrisDenton authored Sep 14, 2024
2 parents 8c25756 + 88f393f commit 0b91167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-binary-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
{ flag: "wx" },
);
- name: Upload size data
uses: actions/upload-artifact@v4.1.7
uses: actions/upload-artifact@v4
with:
name: size-files
path: ${{ env.SIZE_DATA_DIR }}/${{ env.SIZE_DATA_FILE }}
Expand All @@ -143,7 +143,7 @@ jobs:
# Clone backtrace to access Github composite actions to report size.
- uses: actions/checkout@v4
- name: Download size data
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: size-files
path: ${{ env.SIZE_DATA_DIR }}
Expand Down

0 comments on commit 0b91167

Please sign in to comment.