Skip to content

Commit bb28f73

Browse files
committed
chore: upgrade actions/upload-artifact to v4
`actions/upload-artifact@v3` is now deprecated, so upgrade it to v4. See https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ for more info.
1 parent 01aec00 commit bb28f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache-to: type=gha,mode=max
3333
outputs: |
3434
type=local,dest=${{ runner.temp }}/docker-build
35-
- uses: actions/upload-artifact@v3
35+
- uses: actions/upload-artifact@v4
3636
with:
3737
name: gooseai
3838
path: ${{ runner.temp }}/docker-build/gooseai

0 commit comments

Comments
 (0)