Skip to content

Commit

Permalink
Update upload-artifact and download-artifact (#110)
Browse files Browse the repository at this point in the history
These have to be updated in tandem because `4.x` versions of both actions are incompatible with `3.x` versions of each other.
  • Loading branch information
Tyrrrz authored Jan 24, 2024
1 parent d5ca0ed commit e5c94b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
--configuration Release
- name: Upload artifacts
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
with:
name: packages
path: "**/*.nupkg"
Expand All @@ -185,7 +185,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: packages

Expand Down

0 comments on commit e5c94b9

Please sign in to comment.