@@ -46,14 +46,14 @@ jobs:
4646 runs-on : [self-hosted, amd64]
4747 steps :
4848 - name : Checkout code
49- uses : actions/checkout@v5
49+ uses : actions/checkout@v6
5050 with :
5151 fetch-depth : 0
5252 - name : Build snap
5353 uses : snapcore/action-build@v1
5454 id : charmcraft
5555 - name : Upload snap artifact
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v5
5757 with :
5858 name : snap
5959 path : ${{ steps.charmcraft.outputs.snap }}
6464 systems : ${{ steps.select.outputs.systems }}
6565 steps :
6666 - name : Checkout charmcraft
67- uses : actions/checkout@v5
67+ uses : actions/checkout@v6
6868 - name : Find spread systems
6969 id : select
7070 run : |
@@ -85,13 +85,13 @@ jobs:
8585 mkdir "${{ github.workspace }}"
8686
8787 - name : Checkout charmcraft
88- uses : actions/checkout@v5
88+ uses : actions/checkout@v6
8989 with :
9090 fetch-depth : 0
9191 submodules : true
9292
9393 - name : Download snap artifact
94- uses : actions/download-artifact@v5
94+ uses : actions/download-artifact@v6
9595 with :
9696 name : snap
9797
@@ -114,14 +114,14 @@ jobs:
114114 steps :
115115 - if : (github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'canonical') || (github.event_name == 'push' && github.ref == 'refs/heads/main')
116116 name : Checkout charmcraft
117- uses : actions/checkout@v5
117+ uses : actions/checkout@v6
118118 with :
119119 fetch-depth : 0
120120 submodules : true
121121
122122 - if : (github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'canonical') || (github.event_name == 'push' && github.ref == 'refs/heads/main')
123123 name : Download snap artifact
124- uses : actions/download-artifact@v5
124+ uses : actions/download-artifact@v6
125125 with :
126126 name : snap
127127
0 commit comments